VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkEventDataDevice3D Class Reference

#include <vtkEventData.h>

Inheritance diagram for vtkEventDataDevice3D:
[legend]
Collaboration diagram for vtkEventDataDevice3D:
[legend]

Public Types

typedef vtkEventDataForDevice Superclass
 
- Public Types inherited from vtkEventDataForDevice
typedef vtkEventData Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkEventDataDevice3DNewInstance () const
 
vtkEventDataDevice3DGetAsEventDataDevice3D () override
 
void GetWorldPosition (double v[3]) const
 
const doubleGetWorldPosition () const
 
void SetWorldPosition (const double p[3])
 
void GetWorldDirection (double v[3]) const
 
const doubleGetWorldDirection () const
 
void SetWorldDirection (const double p[3])
 
void GetWorldOrientation (double v[4]) const
 
const doubleGetWorldOrientation () const
 
void SetWorldOrientation (const double p[4])
 
void GetTrackPadPosition (double v[2]) const
 
const doubleGetTrackPadPosition () const
 
void SetTrackPadPosition (const double p[2])
 
void SetTrackPadPosition (double x, double y)
 
- Public Member Functions inherited from vtkEventDataForDevice
vtkEventDataForDeviceNewInstance () const
 
vtkEventDataDevice GetDevice () const
 
vtkEventDataDeviceInput GetInput () const
 
vtkEventDataAction GetAction () const
 
void SetDevice (vtkEventDataDevice v)
 
void SetInput (vtkEventDataDeviceInput v)
 
void SetAction (vtkEventDataAction v)
 
vtkEventDataForDeviceGetAsEventDataForDevice () override
 
- Public Member Functions inherited from vtkEventData
 vtkBaseTypeMacro (vtkEventData, vtkObjectBase)
 
int GetType () const
 
bool operator== (const vtkEventData &a) const
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
void PrintRevisions (ostream &)
 Legacy. More...
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 

Static Public Member Functions

static vtkTypeBool IsTypeOf (const char *type)
 
static vtkEventDataDevice3DSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkEventDataForDevice
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkEventDataForDeviceSafeDownCast (vtkObjectBase *o)
 
static vtkEventDataForDeviceNew ()
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkEventDataDevice3D ()
 
 ~vtkEventDataDevice3D () override
 
- Protected Member Functions inherited from vtkEventDataForDevice
bool Equivalent (const vtkEventData *e) const override
 
 vtkEventDataForDevice ()
 
 ~vtkEventDataForDevice () override
 
- Protected Member Functions inherited from vtkEventData
 vtkEventData ()
 
 ~vtkEventData () override
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

double WorldPosition [3]
 
double WorldOrientation [4]
 
double WorldDirection [3]
 
double TrackPadPosition [2]
 
- Protected Attributes inherited from vtkEventDataForDevice
vtkEventDataDevice Device
 
vtkEventDataDeviceInput Input
 
vtkEventDataAction Action
 
- Protected Attributes inherited from vtkEventData
int Type
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Definition at line 139 of file vtkEventData.h.

Member Typedef Documentation

Definition at line 142 of file vtkEventData.h.

Constructor & Destructor Documentation

vtkEventDataDevice3D::vtkEventDataDevice3D ( )
inlineprotected

Definition at line 217 of file vtkEventData.h.

vtkEventDataDevice3D::~vtkEventDataDevice3D ( )
inlineoverrideprotected

Definition at line 218 of file vtkEventData.h.

Member Function Documentation

static vtkTypeBool vtkEventDataDevice3D::IsTypeOf ( const char *  type)
static
virtual vtkTypeBool vtkEventDataDevice3D::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 vtkEventDataForDevice.

Reimplemented in vtkEventDataMove3D, and vtkEventDataButton3D.

static vtkEventDataDevice3D* vtkEventDataDevice3D::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkEventDataDevice3D::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkEventDataForDevice.

Reimplemented in vtkEventDataMove3D, and vtkEventDataButton3D.

vtkEventDataDevice3D* vtkEventDataDevice3D::NewInstance ( ) const
vtkEventDataDevice3D* vtkEventDataDevice3D::GetAsEventDataDevice3D ( )
inlineoverridevirtual

Reimplemented from vtkEventData.

Definition at line 144 of file vtkEventData.h.

void vtkEventDataDevice3D::GetWorldPosition ( double  v[3]) const
inline

Definition at line 146 of file vtkEventData.h.

const double* vtkEventDataDevice3D::GetWorldPosition ( ) const
inline

Definition at line 151 of file vtkEventData.h.

void vtkEventDataDevice3D::SetWorldPosition ( const double  p[3])
inline

Definition at line 154 of file vtkEventData.h.

void vtkEventDataDevice3D::GetWorldDirection ( double  v[3]) const
inline

Definition at line 161 of file vtkEventData.h.

const double* vtkEventDataDevice3D::GetWorldDirection ( ) const
inline

Definition at line 166 of file vtkEventData.h.

void vtkEventDataDevice3D::SetWorldDirection ( const double  p[3])
inline

Definition at line 169 of file vtkEventData.h.

void vtkEventDataDevice3D::GetWorldOrientation ( double  v[4]) const
inline

Definition at line 176 of file vtkEventData.h.

const double* vtkEventDataDevice3D::GetWorldOrientation ( ) const
inline

Definition at line 182 of file vtkEventData.h.

void vtkEventDataDevice3D::SetWorldOrientation ( const double  p[4])
inline

Definition at line 185 of file vtkEventData.h.

void vtkEventDataDevice3D::GetTrackPadPosition ( double  v[2]) const
inline

Definition at line 193 of file vtkEventData.h.

const double* vtkEventDataDevice3D::GetTrackPadPosition ( ) const
inline

Definition at line 197 of file vtkEventData.h.

void vtkEventDataDevice3D::SetTrackPadPosition ( const double  p[2])
inline

Definition at line 200 of file vtkEventData.h.

void vtkEventDataDevice3D::SetTrackPadPosition ( double  x,
double  y 
)
inline

Definition at line 205 of file vtkEventData.h.

Member Data Documentation

double vtkEventDataDevice3D::WorldPosition[3]
protected

Definition at line 212 of file vtkEventData.h.

double vtkEventDataDevice3D::WorldOrientation[4]
protected

Definition at line 213 of file vtkEventData.h.

double vtkEventDataDevice3D::WorldDirection[3]
protected

Definition at line 214 of file vtkEventData.h.

double vtkEventDataDevice3D::TrackPadPosition[2]
protected

Definition at line 215 of file vtkEventData.h.


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