|
ParaView
|
Information object that can be used to obtain values of environment variables. More...
#include <vtkPVEnvironmentInformation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *object) |
| virtual void | CopyToStream (vtkClientServerStream *) |
| virtual void | CopyFromStream (const vtkClientServerStream *) |
| virtual char * | GetVariable () |
Static Public Member Functions | |
| static vtkPVEnvironmentInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVEnvironmentInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVEnvironmentInformation () | |
| ~vtkPVEnvironmentInformation () | |
| virtual void | SetVariable (const char *) |
Protected Attributes | |
| char * | Variable |
Information object that can be used to obtain values of environment variables.
vtkPVEnvironmentInformation can be used to get values of environment variables.
Definition at line 28 of file vtkPVEnvironmentInformation.h.
| vtkPVEnvironmentInformation::vtkPVEnvironmentInformation | ( | ) | [protected] |
| vtkPVEnvironmentInformation::~vtkPVEnvironmentInformation | ( | ) | [protected] |
| static vtkPVEnvironmentInformation* vtkPVEnvironmentInformation::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkPVEnvironmentInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static int vtkPVEnvironmentInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVInformation.
| virtual int vtkPVEnvironmentInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static vtkPVEnvironmentInformation* vtkPVEnvironmentInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVInformation.
| void vtkPVEnvironmentInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVInformation.
| virtual void vtkPVEnvironmentInformation::CopyFromObject | ( | vtkObject * | object | ) | [virtual] |
Transfer information about a single object into this object. The object must be a vtkPVEnvironmentInformationHelper.
Reimplemented from vtkPVInformation.
| virtual void vtkPVEnvironmentInformation::CopyToStream | ( | vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Implements vtkPVInformation.
| virtual void vtkPVEnvironmentInformation::CopyFromStream | ( | const vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
| virtual char* vtkPVEnvironmentInformation::GetVariable | ( | ) | [virtual] |
Get the value of an environment variable
| virtual void vtkPVEnvironmentInformation::SetVariable | ( | const char * | ) | [protected, virtual] |
char* vtkPVEnvironmentInformation::Variable [protected] |
Definition at line 57 of file vtkPVEnvironmentInformation.h.
1.7.5.1