22 #ifndef vtkPVTestUtilities_h 23 #define vtkPVTestUtilities_h 25 #include "vtkObject.h" 26 #include "vtkPVCommonModule.h" 36 void PrintSelf(ostream& os, vtkIndent indent);
42 void Initialize(
int argc,
char** argv);
51 char*
GetDataFilePath(
const char* name) {
return this->GetFilePath(this->DataRoot, name); }
60 char*
GetTempFilePath(
const char* name) {
return this->GetFilePath(this->TempRoot, name); }
73 char* GetCommandTailArgument(
const char* tag);
74 char* GetFilePath(
const char* base,
const char* name);
char * GetTempFilePath(const char *name)
Given a path relative to the working directory (provided in argv by -T option), construct a OS indepe...
A class to facilitate common test operations.
char * GetDataFilePath(const char *name)
Given a path relative to the Data root (provided in argv by -D option), construct a OS independent pa...