#include <vtkTestingInteractor.h>
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 35 of file vtkTestingInteractor.h.
typedef vtkRenderWindowInteractor | Superclass |
static int | IsTypeOf (const char *type) |
static vtkTestingInteractor * | SafeDownCast (vtkObject *o) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
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 () |
Type and printing information.
Reimplemented from vtkRenderWindowInteractor.
Definition at line 43 of file vtkTestingInteractor.h.
vtkTestingInteractor::vtkTestingInteractor | ( | ) | [inline, protected] |
Definition at line 56 of file vtkTestingInteractor.h.
static vtkTestingInteractor* vtkTestingInteractor::New | ( | ) | [static] |
Standard object factory instantiation method.
Reimplemented from vtkRenderWindowInteractor.
virtual const char* vtkTestingInteractor::GetClassName | ( | ) | [virtual] |
Type and printing information.
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 | ( | vtkObject * | o | ) | [static] |
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.
int vtkTestingInteractor::TestReturnStatus [static] |
Definition at line 49 of file vtkTestingInteractor.h.
double vtkTestingInteractor::ErrorThreshold [static] |
Definition at line 50 of file vtkTestingInteractor.h.
std::string vtkTestingInteractor::ValidBaseline [static] |
Definition at line 51 of file vtkTestingInteractor.h.
std::string vtkTestingInteractor::TempDirectory [static] |
Definition at line 52 of file vtkTestingInteractor.h.
std::string vtkTestingInteractor::DataDirectory [static] |
Definition at line 53 of file vtkTestingInteractor.h.