#include <vtkTDxInteractorStyleGeo.h>
vtkTDxInteractorStyleGeo allows the end-user to manipulate tha camera with a 3DConnexion device similar to google earth interaction.
Definition at line 37 of file vtkTDxInteractorStyleGeo.h.
Public Types | |
typedef vtkTDxInteractorStyle | 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) |
Static Public Member Functions | |
static vtkTDxInteractorStyleGeo * | New () |
static int | IsTypeOf (const char *type) |
static vtkTDxInteractorStyleGeo * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkTDxInteractorStyleGeo () | |
virtual | ~vtkTDxInteractorStyleGeo () |
Protected Attributes | |
vtkTransform * | Transform |
vtkTDxInteractorStyleGeo::vtkTDxInteractorStyleGeo | ( | ) | [protected] |
virtual vtkTDxInteractorStyleGeo::~vtkTDxInteractorStyleGeo | ( | ) | [protected, virtual] |
static vtkTDxInteractorStyleGeo* vtkTDxInteractorStyleGeo::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkTDxInteractorStyleGeo::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTDxInteractorStyle.
static int vtkTDxInteractorStyleGeo::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 vtkTDxInteractorStyle.
virtual int vtkTDxInteractorStyleGeo::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 vtkTDxInteractorStyle.
static vtkTDxInteractorStyleGeo* vtkTDxInteractorStyleGeo::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTDxInteractorStyle.
void vtkTDxInteractorStyleGeo::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 vtkTDxInteractorStyle.
virtual void vtkTDxInteractorStyleGeo::OnMotionEvent | ( | vtkTDxMotionEventInfo * | motionInfo | ) | [virtual] |
Action on motion event.
Reimplemented from vtkTDxInteractorStyle.
vtkTransform* vtkTDxInteractorStyleGeo::Transform [protected] |
Definition at line 55 of file vtkTDxInteractorStyleGeo.h.