vtkTDxInteractorStyle Class Reference

#include <vtkTDxInteractorStyle.h>

Inheritance diagram for vtkTDxInteractorStyle:

Inheritance graph
[legend]
Collaboration diagram for vtkTDxInteractorStyle:

Collaboration graph
[legend]

List of all members.


Detailed Description

provide 3DConnexion device event-driven interface to the rendering window

vtkTDxInteractorStyle is an abstract class defining an event-driven interface to support 3DConnexion device events send by vtkRenderWindowInteractor. vtkRenderWindowInteractor forwards events in a platform independent form to vtkInteractorStyle which can then delegate some processing to vtkTDxInteractorStyle.

See also:
vtkInteractorStyle vtkRenderWindowInteractor vtkTDxInteractorStyleCamera
Examples:
vtkTDxInteractorStyle (Examples)

Definition at line 43 of file vtkTDxInteractorStyle.h.


Public Types

typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void OnMotionEvent (vtkTDxMotionEventInfo *motionInfo)
virtual void OnButtonPressedEvent (int button)
virtual void OnButtonReleasedEvent (int button)
virtual void ProcessEvent (vtkRenderer *renderer, unsigned long event, void *calldata)
virtual
vtkTDxInteractorStyleSettings
GetSettings ()
virtual void SetSettings (vtkTDxInteractorStyleSettings *settings)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkTDxInteractorStyleSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkTDxInteractorStyle ()
virtual ~vtkTDxInteractorStyle ()

Protected Attributes

vtkTDxInteractorStyleSettingsSettings
vtkRendererRenderer

Member Typedef Documentation

Reimplemented from vtkObject.

Reimplemented in vtkTDxInteractorStyleCamera.

Definition at line 46 of file vtkTDxInteractorStyle.h.


Constructor & Destructor Documentation

vtkTDxInteractorStyle::vtkTDxInteractorStyle (  )  [protected]

virtual vtkTDxInteractorStyle::~vtkTDxInteractorStyle (  )  [protected, virtual]


Member Function Documentation

virtual const char* vtkTDxInteractorStyle::GetClassName (  )  [virtual]

Reimplemented from vtkObject.

Reimplemented in vtkTDxInteractorStyleCamera.

static int vtkTDxInteractorStyle::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkTDxInteractorStyleCamera.

virtual int vtkTDxInteractorStyle::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObject.

Reimplemented in vtkTDxInteractorStyleCamera.

static vtkTDxInteractorStyle* vtkTDxInteractorStyle::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkObject.

Reimplemented in vtkTDxInteractorStyleCamera.

void vtkTDxInteractorStyle::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

Reimplemented in vtkTDxInteractorStyleCamera.

virtual void vtkTDxInteractorStyle::OnMotionEvent ( vtkTDxMotionEventInfo motionInfo  )  [virtual]

Action on motion event. Default implementation is empty.

Precondition:
: motionInfo_exist: motionInfo!=0

Reimplemented in vtkTDxInteractorStyleCamera.

virtual void vtkTDxInteractorStyle::OnButtonPressedEvent ( int  button  )  [virtual]

Action on button pressed event. Default implementation is empty.

virtual void vtkTDxInteractorStyle::OnButtonReleasedEvent ( int  button  )  [virtual]

Action on button released event. Default implementation is empty.

virtual void vtkTDxInteractorStyle::ProcessEvent ( vtkRenderer renderer,
unsigned long  event,
void *  calldata 
) [virtual]

Dispatch the events TDxMotionEvent, TDxButtonPressEvent and TDxButtonReleaseEvent to OnMotionEvent(), OnButtonPressedEvent() and OnButtonReleasedEvent() respectively. It is called by the vtkInteractorStyle. This method is virtual for convenient but you should really override the On*Event() methods only.

Precondition:
renderer can be null.

virtual vtkTDxInteractorStyleSettings* vtkTDxInteractorStyle::GetSettings (  )  [virtual]

3Dconnexion device settings. (sensitivity, individual axis filters). Initial object is not null.

virtual void vtkTDxInteractorStyle::SetSettings ( vtkTDxInteractorStyleSettings settings  )  [virtual]

3Dconnexion device settings. (sensitivity, individual axis filters). Initial object is not null.


Member Data Documentation

Definition at line 86 of file vtkTDxInteractorStyle.h.

Definition at line 88 of file vtkTDxInteractorStyle.h.


The documentation for this class was generated from the following file:

Generated on Mon Sep 27 18:54:01 2010 for VTK by  doxygen 1.5.6