VTK
|
interactive manipulation of the camera with a 3DConnexion device More...
#include <vtkTDxInteractorStyleCamera.h>
Public Types | |
typedef vtkTDxInteractorStyle | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkTDxInteractorStyleCamera * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | OnMotionEvent (vtkTDxMotionEventInfo *motionInfo) |
Static Public Member Functions | |
static vtkTDxInteractorStyleCamera * | New () |
static int | IsTypeOf (const char *type) |
static vtkTDxInteractorStyleCamera * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkTDxInteractorStyleCamera () | |
virtual | ~vtkTDxInteractorStyleCamera () |
Protected Attributes | |
vtkTransform * | Transform |
interactive manipulation of the camera with a 3DConnexion device
vtkTDxInteractorStyleCamera allows the end-user to manipulate tha camera with a 3DConnexion device.
Definition at line 41 of file vtkTDxInteractorStyleCamera.h.
Reimplemented from vtkTDxInteractorStyle.
Definition at line 45 of file vtkTDxInteractorStyleCamera.h.
vtkTDxInteractorStyleCamera::vtkTDxInteractorStyleCamera | ( | ) | [protected] |
virtual vtkTDxInteractorStyleCamera::~vtkTDxInteractorStyleCamera | ( | ) | [protected, virtual] |
static vtkTDxInteractorStyleCamera* vtkTDxInteractorStyleCamera::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkTDxInteractorStyleCamera::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 vtkTDxInteractorStyleCamera::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 vtkTDxInteractorStyleCamera* vtkTDxInteractorStyleCamera::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkTDxInteractorStyle.
virtual vtkObjectBase* vtkTDxInteractorStyleCamera::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkTDxInteractorStyle.
Reimplemented from vtkTDxInteractorStyle.
void vtkTDxInteractorStyleCamera::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 vtkTDxInteractorStyleCamera::OnMotionEvent | ( | vtkTDxMotionEventInfo * | motionInfo | ) | [virtual] |
Action on motion event.
Reimplemented from vtkTDxInteractorStyle.
vtkTransform* vtkTDxInteractorStyleCamera::Transform [protected] |
Definition at line 59 of file vtkTDxInteractorStyleCamera.h.