Go to the documentation of this file.
35 #ifndef vtkTDxInteractorStyle_h
36 #define vtkTDxInteractorStyle_h
38 #include "vtkRenderingCoreModule.h"
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual ~vtkTDxInteractorStyle()
vtkTDxInteractorStyleSettings * Settings
abstract base class for most VTK objects
virtual void OnMotionEvent(vtkTDxMotionEventInfo *motionInfo)
Action on motion event.
virtual void SetSettings(vtkTDxInteractorStyleSettings *settings)
a simple class to control print indentation
3DConnexion device settings
Store motion information from a 3DConnexion input device.
abstract specification for renderers
virtual void OnButtonReleasedEvent(int button)
Action on button released event.
provide 3DConnexion device event-driven interface to the rendering window
virtual void ProcessEvent(vtkRenderer *renderer, unsigned long event, void *calldata)
Dispatch the events TDxMotionEvent, TDxButtonPressEvent and TDxButtonReleaseEvent to OnMotionEvent(),...
virtual void OnButtonPressedEvent(int button)
Action on button pressed event.