14 #ifndef vtkCameraManipulator_h 15 #define vtkCameraManipulator_h 36 virtual void StartInteraction();
37 virtual void EndInteraction();
60 vtkSetMacro(Button,
int);
61 vtkGetMacro(Button,
int);
62 vtkSetMacro(Shift,
int);
63 vtkGetMacro(Shift,
int);
64 vtkBooleanMacro(Shift,
int);
65 vtkSetMacro(Control,
int);
66 vtkGetMacro(Control,
int);
67 vtkBooleanMacro(Control,
int);
74 vtkSetVector3Macro(Center,
double);
75 vtkGetVector3Macro(Center,
double);
82 vtkSetMacro(RotationFactor,
double);
83 vtkGetMacro(RotationFactor,
double);
90 vtkSetStringMacro(ManipulatorName);
91 vtkGetStringMacro(ManipulatorName);
114 double DisplayCenter[2];
Helper class for Camera Manipulators.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Abstraction of style away from button.
vtkCameraManipulatorGUIHelper * GUIHelper
#define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT
void operator=(const vtkObjectBase &)