ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPVTestUtilities Class Reference

#include <vtkPVTestUtilities.h>

Inheritance diagram for vtkPVTestUtilities:
Collaboration diagram for vtkPVTestUtilities:

Public Member Functions

 vtkTypeMacro (vtkPVTestUtilities, vtkObject)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void Initialize (int argc, char **argv)
 
char * GetDataFilePath (const char *name)
 
char * GetTempFilePath (const char *name)
 

Static Public Member Functions

static vtkPVTestUtilitiesNew ()
 

Protected Member Functions

 vtkPVTestUtilities ()
 
 ~vtkPVTestUtilities () override
 

Detailed Description

Definition at line 16 of file vtkPVTestUtilities.h.

Constructor & Destructor Documentation

◆ vtkPVTestUtilities()

vtkPVTestUtilities::vtkPVTestUtilities ( )
inlineprotected

Definition at line 51 of file vtkPVTestUtilities.h.

◆ ~vtkPVTestUtilities()

vtkPVTestUtilities::~vtkPVTestUtilities ( )
inlineoverrideprotected

Definition at line 52 of file vtkPVTestUtilities.h.

Member Function Documentation

◆ 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 
)

Initialize the object from command tail arguments.

Definition at line 30 of file vtkPVTestUtilities.cxx.

References NULL.

◆ New()

static vtkPVTestUtilities* vtkPVTestUtilities::New ( )
static

◆ PrintSelf()

void vtkPVTestUtilities::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

Definition at line 133 of file vtkPVTestUtilities.cxx.

References QtCompat::endl().

◆ vtkTypeMacro()

vtkPVTestUtilities::vtkTypeMacro ( vtkPVTestUtilities  ,
vtkObject   
)

The documentation for this class was generated from the following files: