25 #ifndef vtkInteractorStyleRubberBand3D_h
26 #define vtkInteractorStyleRubberBand3D_h
28 #include "vtkInteractionStyleModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
56 vtkSetMacro(RenderOnMouseMove,
bool);
57 vtkGetMacro(RenderOnMouseMove,
bool);
58 vtkBooleanMacro(RenderOnMouseMove,
bool);
74 vtkGetMacro(Interaction,
int);
92 vtkGetVector2Macro(StartPosition,
int);
93 vtkGetVector2Macro(EndPosition,
int);
104 void RedrawRubberBand();
107 int StartPosition[2];
123 VTK_ABI_NAMESPACE_END
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.