 |
VTK
9.0.1
|
Go to the documentation of this file.
43 #ifndef vtkInteractorStyleRubberBand2D_h
44 #define vtkInteractorStyleRubberBand2D_h
46 #include "vtkInteractionStyleModule.h"
72 vtkSetMacro(RenderOnMouseMove,
bool);
73 vtkGetMacro(RenderOnMouseMove,
bool);
74 vtkBooleanMacro(RenderOnMouseMove,
bool);
90 vtkGetMacro(Interaction,
int);
107 vtkGetVector2Macro(StartPosition,
int);
108 vtkGetVector2Macro(EndPosition,
int);
119 void RedrawRubberBand();
122 int StartPosition[2];
vtkUnsignedCharArray * PixelArray
dynamic, self-adjusting array of unsigned char
A rubber band interactor for a 2D view.
virtual void OnMiddleButtonUp()
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.
virtual void OnMiddleButtonDown()
virtual void OnRightButtonDown()
virtual void OnMouseWheelForward()
virtual void OnLeftButtonDown()
a simple class to control print indentation
provide event-driven interface to the rendering window (defines trackball mode)
virtual void OnMouseWheelBackward()
virtual void OnLeftButtonUp()
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void OnRightButtonUp()