44 #ifndef vtkInteractorStyleRubberBandZoom_h
45 #define vtkInteractorStyleRubberBandZoom_h
47 #include "vtkInteractionStyleModule.h"
65 vtkSetMacro(LockAspectToViewport,
bool);
66 vtkGetMacro(LockAspectToViewport,
bool);
67 vtkBooleanMacro(LockAspectToViewport,
bool);
81 vtkSetMacro(CenterAtStartPosition,
bool);
82 vtkGetMacro(CenterAtStartPosition,
bool);
83 vtkBooleanMacro(CenterAtStartPosition,
bool);
96 vtkSetMacro(UseDollyForPerspectiveProjection,
bool);
97 vtkGetMacro(UseDollyForPerspectiveProjection,
bool);
98 vtkBooleanMacro(UseDollyForPerspectiveProjection,
bool);
124 int StartPosition[2];
141 void AdjustBox(
int startPosition[2],
int endPosition[2])
const;