|
ParaView
|
Helper object that can be used to obtain information about an environment. More...
#include <vtkPVEnvironmentInformationHelper.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetVariable (const char *) |
| virtual char * | GetVariable () |
Static Public Member Functions | |
| static vtkPVEnvironmentInformationHelper * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVEnvironmentInformationHelper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVEnvironmentInformationHelper () | |
| ~vtkPVEnvironmentInformationHelper () | |
Protected Attributes | |
| char * | Variable |
Helper object that can be used to obtain information about an environment.
vtkPVEnvironmentInformationHelper can be used to get values of environment variables.
Definition at line 28 of file vtkPVEnvironmentInformationHelper.h.
| vtkPVEnvironmentInformationHelper::vtkPVEnvironmentInformationHelper | ( | ) | [protected] |
| vtkPVEnvironmentInformationHelper::~vtkPVEnvironmentInformationHelper | ( | ) | [protected] |
| static vtkPVEnvironmentInformationHelper* vtkPVEnvironmentInformationHelper::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkPVEnvironmentInformationHelper::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static int vtkPVEnvironmentInformationHelper::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkObject.
| virtual int vtkPVEnvironmentInformationHelper::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkPVEnvironmentInformationHelper* vtkPVEnvironmentInformationHelper::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
| void vtkPVEnvironmentInformationHelper::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkObject.
| virtual void vtkPVEnvironmentInformationHelper::SetVariable | ( | const char * | ) | [virtual] |
Get/Set the environment variable that we want to get the value of
| virtual char* vtkPVEnvironmentInformationHelper::GetVariable | ( | ) | [virtual] |
Get/Set the environment variable that we want to get the value of
char* vtkPVEnvironmentInformationHelper::Variable [protected] |
Definition at line 45 of file vtkPVEnvironmentInformationHelper.h.
1.7.5.1