VTK
9.0.3
|
#include <vtkEventData.h>
Public Types | |
typedef vtkEventDataForDevice | Superclass |
![]() | |
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... | |
vtkEventDataDevice3D * | NewInstance () const |
vtkEventDataDevice3D * | GetAsEventDataDevice3D () override |
void | GetWorldPosition (double v[3]) const |
const double * | GetWorldPosition () const |
void | SetWorldPosition (const double p[3]) |
void | GetWorldDirection (double v[3]) const |
const double * | GetWorldDirection () const |
void | SetWorldDirection (const double p[3]) |
void | GetWorldOrientation (double v[4]) const |
const double * | GetWorldOrientation () const |
void | SetWorldOrientation (const double p[4]) |
void | GetTrackPadPosition (double v[2]) const |
const double * | GetTrackPadPosition () const |
void | SetTrackPadPosition (const double p[2]) |
void | SetTrackPadPosition (double x, double y) |
![]() | |
vtkEventDataForDevice * | NewInstance () const |
vtkEventDataDevice | GetDevice () const |
vtkEventDataDeviceInput | GetInput () const |
vtkEventDataAction | GetAction () const |
void | SetDevice (vtkEventDataDevice v) |
void | SetInput (vtkEventDataDeviceInput v) |
void | SetAction (vtkEventDataAction v) |
vtkEventDataForDevice * | GetAsEventDataForDevice () override |
![]() | |
vtkBaseTypeMacro (vtkEventData, vtkObjectBase) | |
int | GetType () const |
bool | operator== (const vtkEventData &a) const |
![]() | |
const char * | GetClassName () const |
Return the class name as a string. More... | |
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). 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 | 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) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
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... | |
Static Public Member Functions | |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkEventDataDevice3D * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkEventDataForDevice * | SafeDownCast (vtkObjectBase *o) |
static vtkEventDataForDevice * | New () |
![]() | |
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 vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More... | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkEventDataDevice3D () | |
~vtkEventDataDevice3D () override | |
![]() | |
bool | Equivalent (const vtkEventData *e) const override |
vtkEventDataForDevice () | |
~vtkEventDataForDevice () override | |
![]() | |
vtkEventData () | |
~vtkEventData () override | |
![]() | |
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] |
![]() | |
vtkEventDataDevice | Device |
vtkEventDataDeviceInput | Input |
vtkEventDataAction | Action |
![]() | |
int | Type |
![]() | |
std::atomic< int32_t > | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Definition at line 145 of file vtkEventData.h.
Definition at line 148 of file vtkEventData.h.
|
inlineprotected |
Definition at line 219 of file vtkEventData.h.
|
inlineoverrideprotected |
Definition at line 220 of file vtkEventData.h.
|
static |
|
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 |
|
protectedvirtual |
Reimplemented from vtkEventDataForDevice.
Reimplemented in vtkEventDataMove3D, and vtkEventDataButton3D.
vtkEventDataDevice3D* vtkEventDataDevice3D::NewInstance | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from vtkEventData.
Definition at line 150 of file vtkEventData.h.
|
inline |
Definition at line 152 of file vtkEventData.h.
|
inline |
Definition at line 158 of file vtkEventData.h.
|
inline |
Definition at line 159 of file vtkEventData.h.
|
inline |
Definition at line 166 of file vtkEventData.h.
|
inline |
Definition at line 172 of file vtkEventData.h.
|
inline |
Definition at line 173 of file vtkEventData.h.
|
inline |
Definition at line 180 of file vtkEventData.h.
|
inline |
Definition at line 187 of file vtkEventData.h.
|
inline |
Definition at line 188 of file vtkEventData.h.
|
inline |
Definition at line 196 of file vtkEventData.h.
|
inline |
Definition at line 201 of file vtkEventData.h.
|
inline |
Definition at line 202 of file vtkEventData.h.
|
inline |
Definition at line 207 of file vtkEventData.h.
|
protected |
Definition at line 214 of file vtkEventData.h.
|
protected |
Definition at line 215 of file vtkEventData.h.
|
protected |
Definition at line 216 of file vtkEventData.h.
|
protected |
Definition at line 217 of file vtkEventData.h.