Go to the documentation of this file.
40 #ifndef vtkInteractorStyleRubberBand2D_h
41 #define vtkInteractorStyleRubberBand2D_h
43 #include "vtkInteractionStyleModule.h"
70 vtkGetMacro(RenderOnMouseMove,
bool);
87 vtkGetMacro(Interaction,
int);
104 vtkGetVector2Macro(StartPosition,
int);
105 vtkGetVector2Macro(EndPosition,
int);
119 int StartPosition[2];
vtkUnsignedCharArray * PixelArray
virtual void OnRightButtonUp()
static vtkInteractorStyleRubberBand2D * New()
dynamic, self-adjusting array of unsigned char
virtual void OnLeftButtonDown()
A rubber band interactor for a 2D view.
virtual void OnMiddleButtonDown()
virtual void OnRightButtonDown()
a simple class to control print indentation
vtkInteractorStyleRubberBand2D()
provide event-driven interface to the rendering window (defines trackball mode)
virtual void OnLeftButtonUp()
virtual void OnMouseWheelForward()
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkInteractorStyleRubberBand2D()
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.
virtual void OnMiddleButtonUp()
virtual void OnMouseWheelBackward()