24#ifndef vtkInteractorStyleRubberBand2D_h 
   25#define vtkInteractorStyleRubberBand2D_h 
   27#include "vtkInteractionStyleModule.h"  
   30VTK_ABI_NAMESPACE_BEGIN
 
   54  vtkSetMacro(RenderOnMouseMove, 
bool);
 
   55  vtkGetMacro(RenderOnMouseMove, 
bool);
 
   56  vtkBooleanMacro(RenderOnMouseMove, 
bool);
 
   72  vtkGetMacro(Interaction, 
int);
 
   89  vtkGetVector2Macro(StartPosition, 
int);
 
   90  vtkGetVector2Macro(EndPosition, 
int);
 
  104  int StartPosition[2];
 
a simple class to control print indentation
 
A rubber band interactor for a 2D view.
 
static vtkInteractorStyleRubberBand2D * New()
 
vtkUnsignedCharArray * PixelArray
 
void OnRightButtonDown() override
 
void OnLeftButtonUp() override
 
void OnRightButtonUp() override
 
vtkInteractorStyleRubberBand2D()
 
void OnMiddleButtonUp() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void OnLeftButtonDown() override
 
void OnMouseMove() override
Generic event bindings can be overridden in subclasses.
 
~vtkInteractorStyleRubberBand2D() override
 
void OnMouseWheelBackward() override
 
void OnMouseWheelForward() override
 
void OnMiddleButtonDown() override
 
provide event-driven interface to the rendering window (defines trackball mode)
 
dynamic, self-adjusting array of unsigned char