ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVTestUtilities Class Reference

A class to facilitate common test operations. More...

#include <vtkPVTestUtilities.h>

Inherits vtkObject.

Public Types

typedef vtkObject Superclass
 

Public Member Functions

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...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPVTestUtilitiesSafeDownCast (vtkObject *o)
 
static vtkPVTestUtilitiesNew ()
 

Protected Member Functions

 vtkPVTestUtilities ()
 
 ~vtkPVTestUtilities ()
 

Detailed Description

A class to facilitate common test operations.

Definition at line 31 of file vtkPVTestUtilities.h.

Member Typedef Documentation

§ Superclass

typedef vtkObject vtkPVTestUtilities::Superclass

Definition at line 35 of file vtkPVTestUtilities.h.

Constructor & Destructor Documentation

§ vtkPVTestUtilities()

vtkPVTestUtilities::vtkPVTestUtilities ( )
inlineprotected

Definition at line 63 of file vtkPVTestUtilities.h.

§ ~vtkPVTestUtilities()

vtkPVTestUtilities::~vtkPVTestUtilities ( )
inlineprotected

Definition at line 64 of file vtkPVTestUtilities.h.

Member Function Documentation

§ 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()

static vtkPVTestUtilities* vtkPVTestUtilities::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

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

§ New()

static vtkPVTestUtilities* vtkPVTestUtilities::New ( )
static

§ 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: