47#ifndef vtkInteractorStyleRubberBand3D_h
48#define vtkInteractorStyleRubberBand3D_h
50#include "vtkInteractionStyleModule.h"
77 vtkSetMacro(RenderOnMouseMove,
bool);
78 vtkGetMacro(RenderOnMouseMove,
bool);
79 vtkBooleanMacro(RenderOnMouseMove,
bool);
95 vtkGetMacro(Interaction,
int);
113 vtkGetVector2Macro(StartPosition,
int);
114 vtkGetVector2Macro(EndPosition,
int);
128 int StartPosition[2];
a simple class to control print indentation
A rubber band interactor for a 3D view.
void OnMouseWheelForward() override
void OnMouseWheelBackward() override
void OnLeftButtonDown() override
void OnMiddleButtonUp() override
void OnMouseMove() override
Generic event bindings can be overridden in subclasses.
void OnRightButtonDown() override
void OnLeftButtonUp() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInteractorStyleRubberBand3D()
vtkUnsignedCharArray * PixelArray
~vtkInteractorStyleRubberBand3D() override
static vtkInteractorStyleRubberBand3D * New()
void OnRightButtonUp() override
void OnMiddleButtonDown() override
interactive manipulation of the camera
dynamic, self-adjusting array of unsigned char