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