ParaView
|
Information object that can be used to obtain values of environment variables. More...
#include <vtkPVEnvironmentInformation.h>
Public Types | |
typedef vtkPVInformation | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyFromObject (vtkObject *object) |
Transfer information about a single object into this object. More... | |
virtual void | CopyToStream (vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
virtual void | CopyFromStream (const vtkClientServerStream *) |
Manage a serialized version of the information. More... | |
virtual char * | GetVariable () |
Get the value of an environment variable. More... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | AddInformation (vtkPVInformation *) |
Merge another information object. More... | |
virtual void | CopyParametersToStream (vtkMultiProcessStream &) |
Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
virtual void | CopyParametersFromStream (vtkMultiProcessStream &) |
Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
virtual int | GetRootOnly () |
Set/get whether to gather information only from the root. More... | |
Static Public Member Functions | |
static vtkPVEnvironmentInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVEnvironmentInformation * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVEnvironmentInformation () | |
~vtkPVEnvironmentInformation () | |
virtual void | SetVariable (const char *) |
![]() | |
vtkPVInformation () | |
~vtkPVInformation () | |
virtual void | SetRootOnly (int) |
vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Protected Attributes | |
char * | Variable |
![]() | |
int | RootOnly |
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 30 of file vtkPVEnvironmentInformation.h.
Definition at line 34 of file vtkPVEnvironmentInformation.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
void vtkPVEnvironmentInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Transfer information about a single object into this object.
The object must be a vtkPVEnvironmentInformationHelper.
Reimplemented from vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Implements vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
|
virtual |
Get the value of an environment variable.
|
protectedvirtual |
|
protected |
Definition at line 62 of file vtkPVEnvironmentInformation.h.