 |
VTK
9.1.0
|
Go to the documentation of this file.
92 #ifndef vtkInteractorStyleRubberBand2D_h
93 #define vtkInteractorStyleRubberBand2D_h
95 #include "vtkInteractionStyleModule.h"
121 vtkSetMacro(RenderOnMouseMove,
bool);
122 vtkGetMacro(RenderOnMouseMove,
bool);
123 vtkBooleanMacro(RenderOnMouseMove,
bool);
139 vtkGetMacro(Interaction,
int);
156 vtkGetVector2Macro(StartPosition,
int);
157 vtkGetVector2Macro(EndPosition,
int);
171 int StartPosition[2];
vtkUnsignedCharArray * PixelArray
static vtkInteractorStyleRubberBand2D * New()
void OnLeftButtonUp() override
dynamic, self-adjusting array of unsigned char
void OnLeftButtonDown() override
A rubber band interactor for a 2D view.
void OnRightButtonUp() override
void OnRightButtonDown() override
void OnMouseWheelForward() override
void OnMiddleButtonDown() override
a simple class to control print indentation
vtkInteractorStyleRubberBand2D()
provide event-driven interface to the rendering window (defines trackball mode)
void OnMiddleButtonUp() override
void OnMouseMove() override
Generic event bindings can be overridden in subclasses.
~vtkInteractorStyleRubberBand2D() override
void OnMouseWheelBackward() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.