 |
VTK
9.0.1
|
Go to the documentation of this file.
41 #ifndef vtkInteractorStyleRubberBand3D_h
42 #define vtkInteractorStyleRubberBand3D_h
44 #include "vtkInteractionStyleModule.h"
71 vtkSetMacro(RenderOnMouseMove,
bool);
72 vtkGetMacro(RenderOnMouseMove,
bool);
73 vtkBooleanMacro(RenderOnMouseMove,
bool);
89 vtkGetMacro(Interaction,
int);
107 vtkGetVector2Macro(StartPosition,
int);
108 vtkGetVector2Macro(EndPosition,
int);
119 void RedrawRubberBand();
122 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