10 #ifndef vtkPVTestUtilities_h 11 #define vtkPVTestUtilities_h 30 void Initialize(
int argc,
char** argv);
39 char*
GetDataFilePath(
const char* name) {
return this->GetFilePath(this->DataRoot, name); }
48 char*
GetTempFilePath(
const char* name) {
return this->GetFilePath(this->TempRoot, name); }
61 char* GetCommandTailArgument(
const char* tag);
62 char* GetFilePath(
const char* base,
const char*
name);
~vtkPVTestUtilities() override
#define VTKPVVTKEXTENSIONSCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
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...
void operator=(const vtkObjectBase &)