28 #ifndef vtkInteractorStyleSwitchBase_h
29 #define vtkInteractorStyleSwitchBase_h
31 #include "vtkRenderingCoreModule.h"
46 ~vtkInteractorStyleSwitchBase() VTK_OVERRIDE;
49 vtkInteractorStyleSwitchBase(const vtkInteractorStyleSwitchBase&) VTK_DELETE_FUNCTION;
50 void operator=(const vtkInteractorStyleSwitchBase&) VTK_DELETE_FUNCTION;
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
platform-independent render window interaction including picking and frame rate control.
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.
provide event-driven interface to the rendering window (defines trackball mode)
virtual vtkRenderWindowInteractor * GetInteractor()
This method is used to associate the widget with the render window interactor.