A class to facilitate common test operations.
More...
#include <vtkPVTestUtilities.h>
Inherits vtkObject.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | Initialize (int argc, char **argv) |
| Initialize the object from command tail arguments. More...
|
|
char * | GetDataFilePath (const char *name) |
| 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". More...
|
|
char * | GetTempFilePath (const char *name) |
| 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". More...
|
|
A class to facilitate common test operations.
Definition at line 31 of file vtkPVTestUtilities.h.
◆ Superclass
◆ vtkPVTestUtilities()
vtkPVTestUtilities::vtkPVTestUtilities |
( |
| ) |
|
|
inlineprotected |
◆ ~vtkPVTestUtilities()
vtkPVTestUtilities::~vtkPVTestUtilities |
( |
| ) |
|
|
inlineprotected |
◆ GetClassName()
virtual const char* vtkPVTestUtilities::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVTestUtilities::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVTestUtilities::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVTestUtilities::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ Initialize()
void vtkPVTestUtilities::Initialize |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Initialize the object from command tail arguments.
◆ GetDataFilePath()
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 51 of file vtkPVTestUtilities.h.
◆ GetTempFilePath()
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 60 of file vtkPVTestUtilities.h.
The documentation for this class was generated from the following file: