20 #ifndef vtkInteractorStyleSwitch_h
21 #define vtkInteractorStyleSwitch_h
23 #include "vtkInteractionStyleModule.h"
26 #define VTKIS_JOYSTICK 0
27 #define VTKIS_TRACKBALL 1
29 #define VTKIS_CAMERA 0
32 VTK_ABI_NAMESPACE_BEGIN
62 void SetCurrentStyleToJoystickActor();
63 void SetCurrentStyleToJoystickCamera();
64 void SetCurrentStyleToTrackballActor();
65 void SetCurrentStyleToTrackballCamera();
66 void SetCurrentStyleToMultiTouchCamera();
88 void SetCurrentStyle();
106 VTK_ABI_NAMESPACE_END
interactive manipulation of the camera
void OnChar() override
OnChar is triggered when an ASCII key is pressed.
void SetInteractor(vtkRenderWindowInteractor *interactor) override
Set/Get the Interactor wrapper being controlled by this object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
vtkInteractorStyleMultiTouchCamera * MultiTouchCamera
multitouch manipulation of the camera
vtkInteractorStyleTrackballCamera * TrackballCamera
platform-independent render window interaction including picking and frame rate control.
vtkInteractorStyleJoystickCamera * JoystickCamera
static vtkInteractorStyleSwitchBase * New()
virtual void SetDefaultRenderer(vtkRenderer *)
Set/Get the default renderer to use when activating the interactor observer.
a simple class to control print indentation
manipulate objects in the scene independently of one another
vtkInteractorStyleTrackballActor * TrackballActor
manipulate objects in the scene independent of each other
vtkInteractorStyle * CurrentStyle
virtual void SetCurrentRenderer(vtkRenderer *)
Set/Get the current renderer.
virtual void SetAutoAdjustCameraClippingRange(vtkTypeBool)
If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adj...
vtkInteractorStyleJoystickActor * JoystickActor
provide event-driven interface to the rendering window (defines trackball mode)
interactive manipulation of the camera
class to swap between interactory styles