#include <vtkPVTestUtilities.h>
Definition at line 16 of file vtkPVTestUtilities.h.
◆ vtkPVTestUtilities()
| vtkPVTestUtilities::vtkPVTestUtilities |
( |
| ) |
|
|
inlineprotected |
◆ ~vtkPVTestUtilities()
| vtkPVTestUtilities::~vtkPVTestUtilities |
( |
| ) |
|
|
inlineoverrideprotected |
◆ 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 separator and if path separators are needed use '/'. Be sure to delete [] the return when you are finished.
Definition at line 35 of file vtkPVTestUtilities.h.
References name.
◆ 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 separator and if path separators are needed use '/'. Be sure to delete [] the return when you are finished.
Definition at line 46 of file vtkPVTestUtilities.h.
References name.
◆ Initialize()
| void vtkPVTestUtilities::Initialize |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ New()
◆ PrintSelf()
| void vtkPVTestUtilities::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ vtkTypeMacro()
The documentation for this class was generated from the following files: