VTK
|
A RenderWindowInteractor for testing. More...
#include <vtkTestingInteractor.h>
Public Member Functions | |
virtual void | Start () |
Static Public Member Functions | |
static vtkTestingInteractor * | New () |
Static Public Attributes | |
static int | TestReturnStatus |
static double | ErrorThreshold |
static std::string | ValidBaseline |
static std::string | TempDirectory |
static std::string | DataDirectory |
Protected Member Functions | |
vtkTestingInteractor () | |
typedef vtkRenderWindowInteractor | Superclass |
static int | IsTypeOf (const char *type) |
static vtkTestingInteractor * | SafeDownCast (vtkObjectBase *o) |
virtual int | IsA (const char *type) |
vtkTestingInteractor * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkObjectBase * | NewInstanceInternal () const |
A RenderWindowInteractor for testing.
Provides a Start() method that passes arguments to a test for regression testing and returns. This permits programs that run as tests to exit gracefully during the test run without needing interaction.
Definition at line 40 of file vtkTestingInteractor.h.
Type and printing information.
Reimplemented from vtkRenderWindowInteractor.
Definition at line 48 of file vtkTestingInteractor.h.
vtkTestingInteractor::vtkTestingInteractor | ( | ) | [inline, protected] |
Definition at line 61 of file vtkTestingInteractor.h.
static vtkTestingInteractor* vtkTestingInteractor::New | ( | ) | [static] |
Standard object factory instantiation method.
Reimplemented from vtkRenderWindowInteractor.
static int vtkTestingInteractor::IsTypeOf | ( | const char * | type | ) | [static] |
Type and printing information.
Reimplemented from vtkRenderWindowInteractor.
virtual int vtkTestingInteractor::IsA | ( | const char * | type | ) | [virtual] |
Type and printing information.
Reimplemented from vtkRenderWindowInteractor.
static vtkTestingInteractor* vtkTestingInteractor::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Type and printing information.
Reimplemented from vtkRenderWindowInteractor.
virtual vtkObjectBase* vtkTestingInteractor::NewInstanceInternal | ( | ) | const [protected, virtual] |
Type and printing information.
Reimplemented from vtkRenderWindowInteractor.
Type and printing information.
Reimplemented from vtkRenderWindowInteractor.
void vtkTestingInteractor::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Type and printing information.
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.
Definition at line 54 of file vtkTestingInteractor.h.
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.