vtkPVInteractiveViewLinkRepresentation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
13 #ifndef vtkPVInteractiveViewLinkRepresentation_h
14 #define vtkPVInteractiveViewLinkRepresentation_h
15 
16 #include "vtkLogoRepresentation.h"
17 #include "vtkRemotingViewsModule.h" // needed for export macro
18 
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
32  void WidgetInteraction(double eventPos[2]) override;
33 
34 protected:
37 
41  void AdjustImageSize(double o[2], double borderSize[2], double imageSize[2]) override;
42 
43 private:
46 };
47 
48 #endif
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKREMOTINGVIEWS_EXPORT
virtual void WidgetInteraction(double eventPos[2])
static vtkLogoRepresentation * New()
virtual void AdjustImageSize(double o[2], double borderSize[2], double imageSize[2])
A Representation to manipulate an interactive view link widget.
void operator=(const vtkObjectBase &)