VTK  9.2.6
vtkEventDataForDevice Class Reference

#include <vtkEventData.h>

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

Public Types

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.
vtkEventDataForDeviceNewInstance () const
vtkEventDataDevice GetDevice () const
vtkEventDataDeviceInput GetInput () const
vtkEventDataAction GetAction () const
void SetDevice (vtkEventDataDevice v)
void SetInput (vtkEventDataDeviceInput v)
void SetAction (vtkEventDataAction v)
bool DeviceMatches (vtkEventDataDevice val)
vtkEventDataForDeviceGetAsEventDataForDevice () override
Public Member Functions inherited from vtkEventData
 vtkBaseTypeMacro (vtkEventData, vtkObjectBase)
int GetType () const
void SetType (int val)
bool operator== (const vtkEventData &a) const
virtual vtkEventDataDevice3DGetAsEventDataDevice3D ()
Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string.
virtual std::string GetObjectDescription () const
 The object description printed in messages and PrintSelf output.
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given 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).
virtual void Delete ()
 Delete a VTK object.
virtual void FastDelete ()
 Delete a reference to this object.
void InitializeObjectBase ()
void Print (ostream &os)
 Print an object to an ostream.
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object).
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object).
int GetReferenceCount ()
 Return the current reference count of this object.
void SetReferenceCount (int)
 Sets the reference count.
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space.
virtual void PrintSelf (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not.

Static Public Member Functions

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.
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).
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space.

Protected Member Functions

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

Protected Attributes

vtkEventDataDevice Device
vtkEventDataDeviceInput Input
vtkEventDataAction Action
Protected Attributes inherited from vtkEventData
int Type
Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
vtkWeakPointerBase ** WeakPointers

Additional Inherited Members

Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
static vtkReallocingFunction GetCurrentReallocFunction ()
static vtkFreeingFunction GetCurrentFreeFunction ()
static vtkFreeingFunction GetAlternateFreeFunction ()

Detailed Description

Definition at line 102 of file vtkEventData.h.

Member Typedef Documentation

◆ Superclass

Constructor & Destructor Documentation

◆ vtkEventDataForDevice()

vtkEventDataForDevice::vtkEventDataForDevice ( )
inlineprotected

Definition at line 145 of file vtkEventData.h.

◆ ~vtkEventDataForDevice()

vtkEventDataForDevice::~vtkEventDataForDevice ( )
overrideprotecteddefault

Member Function Documentation

◆ IsTypeOf()

vtkTypeBool vtkEventDataForDevice::IsTypeOf ( const char * type)
static

◆ IsA()

virtual vtkTypeBool vtkEventDataForDevice::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 vtkObjectBase.

Reimplemented in vtkEventDataDevice3D.

◆ SafeDownCast()

vtkEventDataForDevice * vtkEventDataForDevice::SafeDownCast ( vtkObjectBase * o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkEventDataForDevice::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented in vtkEventDataDevice3D.

◆ NewInstance()

vtkEventDataForDevice * vtkEventDataForDevice::NewInstance ( ) const

◆ New()

vtkEventDataForDevice * vtkEventDataForDevice::New ( )
inlinestatic

Definition at line 106 of file vtkEventData.h.

◆ GetDevice()

vtkEventDataDevice vtkEventDataForDevice::GetDevice ( ) const
inline

Definition at line 113 of file vtkEventData.h.

◆ GetInput()

vtkEventDataDeviceInput vtkEventDataForDevice::GetInput ( ) const
inline

Definition at line 114 of file vtkEventData.h.

◆ GetAction()

vtkEventDataAction vtkEventDataForDevice::GetAction ( ) const
inline

Definition at line 115 of file vtkEventData.h.

◆ SetDevice()

void vtkEventDataForDevice::SetDevice ( vtkEventDataDevice v)
inline

Definition at line 117 of file vtkEventData.h.

◆ SetInput()

void vtkEventDataForDevice::SetInput ( vtkEventDataDeviceInput v)
inline

Definition at line 118 of file vtkEventData.h.

◆ SetAction()

void vtkEventDataForDevice::SetAction ( vtkEventDataAction v)
inline

Definition at line 119 of file vtkEventData.h.

◆ DeviceMatches()

bool vtkEventDataForDevice::DeviceMatches ( vtkEventDataDevice val)
inline

Definition at line 121 of file vtkEventData.h.

◆ GetAsEventDataForDevice()

vtkEventDataForDevice * vtkEventDataForDevice::GetAsEventDataForDevice ( )
inlineoverridevirtual

Reimplemented from vtkEventData.

Definition at line 127 of file vtkEventData.h.

◆ Equivalent()

bool vtkEventDataForDevice::Equivalent ( const vtkEventData * e) const
inlineoverrideprotectedvirtual

Implements vtkEventData.

Definition at line 134 of file vtkEventData.h.

Member Data Documentation

◆ Device

vtkEventDataDevice vtkEventDataForDevice::Device
protected

Definition at line 130 of file vtkEventData.h.

◆ Input

vtkEventDataDeviceInput vtkEventDataForDevice::Input
protected

Definition at line 131 of file vtkEventData.h.

◆ Action

vtkEventDataAction vtkEventDataForDevice::Action
protected

Definition at line 132 of file vtkEventData.h.


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