|
ParaView
|
A class to facilitate common test operations. More...
#include <vtkPVTestUtilities.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | Initialize (int argc, char **argv) |
| char * | GetDataFilePath (const char *name) |
| char * | GetTempFilePath (const char *name) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkPVTestUtilities * | SafeDownCast (vtkObject *o) |
| static vtkPVTestUtilities * | New () |
Protected Member Functions | |
| vtkPVTestUtilities () | |
| ~vtkPVTestUtilities () | |
A class to facilitate common test operations.
Definition at line 29 of file vtkPVTestUtilities.h.
| vtkPVTestUtilities::vtkPVTestUtilities | ( | ) | [inline, protected] |
Definition at line 59 of file vtkPVTestUtilities.h.
| vtkPVTestUtilities::~vtkPVTestUtilities | ( | ) | [inline, protected] |
Definition at line 60 of file vtkPVTestUtilities.h.
| virtual const char* vtkPVTestUtilities::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkPVTestUtilities* vtkPVTestUtilities::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| void vtkPVTestUtilities::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkObject.
| static vtkPVTestUtilities* vtkPVTestUtilities::New | ( | ) | [static] |
Reimplemented from vtkObject.
| void vtkPVTestUtilities::Initialize | ( | int | argc, |
| char ** | argv | ||
| ) |
Initialize the object from command tail arguments.
| char* vtkPVTestUtilities::GetDataFilePath | ( | const char * | name | ) | [inline] |
Given a path relative to the Data root (provided in argv by -D option), construct a OS independent path to the file specified by "name". "name" should not start with a path seperator and if path seperators are needed use '/'. Be sure to delete [] the return when you are finished.
Definition at line 45 of file vtkPVTestUtilities.h.
| char* vtkPVTestUtilities::GetTempFilePath | ( | const char * | name | ) | [inline] |
Given a path relative to the working directory (provided in argv by -T option), construct a OS independent path to the file specified by "name". "name" should not start with a path seperator and if path seperators are needed use '/'. Be sure to delete [] the return when you are finished.
Definition at line 54 of file vtkPVTestUtilities.h.
1.7.5.1