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];
a simple class to control print indentation
A rubber band interactor for a 2D view.
virtual void OnMiddleButtonUp()
static vtkInteractorStyleRubberBand2D * New()
vtkUnsignedCharArray * PixelArray
virtual void OnLeftButtonUp()
virtual void OnMouseWheelForward()
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.
virtual void OnRightButtonDown()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void OnMiddleButtonDown()
virtual void OnRightButtonUp()
vtkInteractorStyleRubberBand2D()
~vtkInteractorStyleRubberBand2D()
virtual void OnMouseWheelBackward()
virtual void OnLeftButtonDown()
provide event-driven interface to the rendering window (defines trackball mode)
dynamic, self-adjusting array of unsigned char
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.