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

Helper object that can be used to obtain information about an environment. More...

#include <vtkPVEnvironmentInformationHelper.h>

Inheritance diagram for vtkPVEnvironmentInformationHelper:
Inheritance graph
[legend]
Collaboration diagram for vtkPVEnvironmentInformationHelper:
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 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

Detailed Description

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.


Constructor & Destructor Documentation

vtkPVEnvironmentInformationHelper::vtkPVEnvironmentInformationHelper ( ) [protected]
vtkPVEnvironmentInformationHelper::~vtkPVEnvironmentInformationHelper ( ) [protected]

Member Function Documentation

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


Member Data Documentation

Definition at line 45 of file vtkPVEnvironmentInformationHelper.h.


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