38 #ifndef vtkInteractorStyleRubberBand3D_h 39 #define vtkInteractorStyleRubberBand3D_h 41 #include "vtkInteractionStyleModule.h" 68 vtkSetMacro(RenderOnMouseMove,
bool);
69 vtkGetMacro(RenderOnMouseMove,
bool);
70 vtkBooleanMacro(RenderOnMouseMove,
bool);
86 vtkGetMacro(Interaction,
int);
104 vtkGetVector2Macro(StartPosition,
int);
105 vtkGetVector2Macro(EndPosition,
int);
116 void RedrawRubberBand();
119 int StartPosition[2];
void OnMiddleButtonUp() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnMouseWheelBackward() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
vtkUnsignedCharArray * PixelArray
static vtkInteractorStyleTrackballCamera * New()
a simple class to control print indentation
void OnMouseMove() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnMiddleButtonDown() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
dynamic, self-adjusting array of unsigned char
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void OnMouseWheelForward() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
A rubber band interactor for a 3D view.
void OnRightButtonDown() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnRightButtonUp() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
interactive manipulation of the camera
void OnLeftButtonDown() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void OnLeftButtonUp() override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.