#include <vtkTestingInteractor.h>
Definition at line 48 of file vtkTestingInteractor.h.
Public Types | |
typedef vtkRenderWindowInteractor | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | Start () |
Static Public Member Functions | |
static vtkTestingInteractor * | New () |
static int | IsTypeOf (const char *type) |
static vtkTestingInteractor * | SafeDownCast (vtkObject *o) |
Static Public Attributes | |
static int | TestReturnStatus |
static std::string | ValidBaseline |
static std::string | TempDirectory |
static std::string | DataDirectory |
Protected Member Functions | |
vtkTestingInteractor () |
vtkTestingInteractor::vtkTestingInteractor | ( | ) | [inline, protected] |
Definition at line 61 of file vtkTestingInteractor.h.
static vtkTestingInteractor* vtkTestingInteractor::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkRenderWindowInteractor.
virtual const char* vtkTestingInteractor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkRenderWindowInteractor.
static int vtkTestingInteractor::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 vtkRenderWindowInteractor.
virtual int vtkTestingInteractor::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 vtkRenderWindowInteractor.
static vtkTestingInteractor* vtkTestingInteractor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkRenderWindowInteractor.
virtual void vtkTestingInteractor::Start | ( | void | ) | [virtual] |
Start the event loop. This is provided so that you do not have to implement your own event loop. You still can use your own event loop if you want. Initialize should be called before Start.
Reimplemented from vtkRenderWindowInteractor.
int vtkTestingInteractor::TestReturnStatus [static] |
Definition at line 55 of file vtkTestingInteractor.h.
std::string vtkTestingInteractor::ValidBaseline [static] |
Definition at line 56 of file vtkTestingInteractor.h.
std::string vtkTestingInteractor::TempDirectory [static] |
Definition at line 57 of file vtkTestingInteractor.h.
std::string vtkTestingInteractor::DataDirectory [static] |
Definition at line 58 of file vtkTestingInteractor.h.