25 #ifndef vtkInteractorStyleRubberBandZoom_h 26 #define vtkInteractorStyleRubberBandZoom_h 28 #include "vtkInteractionStyleModule.h" 45 void OnLeftButtonDown() VTK_OVERRIDE;
46 void OnLeftButtonUp() VTK_OVERRIDE;
51 ~vtkInteractorStyleRubberBandZoom() VTK_OVERRIDE;
53 void Zoom() VTK_OVERRIDE;
63 vtkInteractorStyleRubberBandZoom(const vtkInteractorStyleRubberBandZoom&) VTK_DELETE_FUNCTION;
64 void operator=(const vtkInteractorStyleRubberBandZoom&) VTK_DELETE_FUNCTION;
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of unsigned char
provide event-driven interface to the rendering window (defines trackball mode)
zoom in by amount indicated by rubber band box
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.