#include <igstkRenderWindowInteractor.h>
Public Types | |
typedef vtkRenderWindowInteractor | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Initialize () |
Static Public Member Functions | |
static RenderWindowInteractor * | New () |
static int | IsTypeOf (const char *type) |
static RenderWindowInteractor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
RenderWindowInteractor () | |
virtual | ~RenderWindowInteractor () |
Definition at line 35 of file igstkRenderWindowInteractor.h.
typedef vtkRenderWindowInteractor igstk::RenderWindowInteractor::Superclass |
Definition at line 41 of file igstkRenderWindowInteractor.h.
igstk::RenderWindowInteractor::RenderWindowInteractor | ( | ) | [protected] |
virtual igstk::RenderWindowInteractor::~RenderWindowInteractor | ( | ) | [protected, virtual] |
static RenderWindowInteractor* igstk::RenderWindowInteractor::New | ( | ) | [static] |
virtual const char* igstk::RenderWindowInteractor::GetClassName | ( | ) | [virtual] |
static int igstk::RenderWindowInteractor::IsTypeOf | ( | const char * | type | ) | [static] |
virtual int igstk::RenderWindowInteractor::IsA | ( | const char * | type | ) | [virtual] |
static RenderWindowInteractor* igstk::RenderWindowInteractor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
void igstk::RenderWindowInteractor::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) |
virtual void igstk::RenderWindowInteractor::Initialize | ( | ) | [virtual] |