ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPVEnvironmentInformation Class Reference

Information object that can be used to obtain values of environment variables. More...

#include <vtkPVEnvironmentInformation.h>

Inheritance diagram for vtkPVEnvironmentInformation:
Inheritance graph
[legend]
Collaboration diagram for vtkPVEnvironmentInformation:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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.


Constructor & Destructor Documentation

vtkPVEnvironmentInformation::vtkPVEnvironmentInformation ( ) [protected]
vtkPVEnvironmentInformation::~vtkPVEnvironmentInformation ( ) [protected]

Member Function Documentation

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]

Member Data Documentation

Definition at line 57 of file vtkPVEnvironmentInformation.h.


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