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