VTK
|
#include <vtkAbstractInteractionDevice.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkAbstractInteractionDevice * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Initialize ()=0 |
Initialize the interaction device. | |
virtual void | Start ()=0 |
Start the event loop. | |
virtual void | ProcessEvents ()=0 |
Process any pending events, this can be used to process OS level events without running a full event loop. | |
void | SetRenderWidget (vtkRenderWidget *widget) |
vtkRenderWidget * | GetRenderWidget () |
void | SetRenderDevice (vtkAbstractRenderDevice *device) |
vtkAbstractRenderDevice * | GetRenderDevice () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkAbstractInteractionDevice * | SafeDownCast (vtkObjectBase *o) |
static vtkAbstractInteractionDevice * | New () |
Make a new device, this class is abstract and one of its derived forms will be returned, or NULL if no override has been provided. | |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkAbstractInteractionDevice () | |
~vtkAbstractInteractionDevice () | |
Protected Attributes | |
bool | Initialized |
vtkRenderWidget * | RenderWidget |
vtkAbstractRenderDevice * | RenderDevice |
Definition at line 23 of file vtkAbstractInteractionDevice.h.
Reimplemented from vtkObject.
Reimplemented in vtkXInteractionDevice.
Definition at line 26 of file vtkAbstractInteractionDevice.h.
vtkAbstractInteractionDevice::vtkAbstractInteractionDevice | ( | ) | [protected] |
vtkAbstractInteractionDevice::~vtkAbstractInteractionDevice | ( | ) | [protected] |
static int vtkAbstractInteractionDevice::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 vtkObject.
Reimplemented in vtkXInteractionDevice.
virtual int vtkAbstractInteractionDevice::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 vtkObject.
Reimplemented in vtkXInteractionDevice.
static vtkAbstractInteractionDevice* vtkAbstractInteractionDevice::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
Reimplemented in vtkXInteractionDevice.
virtual vtkObjectBase* vtkAbstractInteractionDevice::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
Reimplemented in vtkXInteractionDevice.
Reimplemented from vtkObject.
Reimplemented in vtkXInteractionDevice.
void vtkAbstractInteractionDevice::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 vtkObject.
Reimplemented in vtkXInteractionDevice.
static vtkAbstractInteractionDevice* vtkAbstractInteractionDevice::New | ( | ) | [static] |
Make a new device, this class is abstract and one of its derived forms will be returned, or NULL if no override has been provided.
Reimplemented from vtkObject.
Reimplemented in vtkXInteractionDevice.
virtual void vtkAbstractInteractionDevice::Initialize | ( | ) | [pure virtual] |
Initialize the interaction device.
Implemented in vtkXInteractionDevice.
virtual void vtkAbstractInteractionDevice::Start | ( | ) | [pure virtual] |
Start the event loop.
Implemented in vtkXInteractionDevice.
virtual void vtkAbstractInteractionDevice::ProcessEvents | ( | ) | [pure virtual] |
Process any pending events, this can be used to process OS level events without running a full event loop.
Implemented in vtkXInteractionDevice.
void vtkAbstractInteractionDevice::SetRenderWidget | ( | vtkRenderWidget * | widget | ) |
vtkRenderWidget* vtkAbstractInteractionDevice::GetRenderWidget | ( | ) | [inline] |
Definition at line 53 of file vtkAbstractInteractionDevice.h.
void vtkAbstractInteractionDevice::SetRenderDevice | ( | vtkAbstractRenderDevice * | device | ) |
Definition at line 55 of file vtkAbstractInteractionDevice.h.
bool vtkAbstractInteractionDevice::Initialized [protected] |
Definition at line 61 of file vtkAbstractInteractionDevice.h.
Definition at line 62 of file vtkAbstractInteractionDevice.h.
Definition at line 63 of file vtkAbstractInteractionDevice.h.