ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVEnvironmentInformationHelper Class Reference

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

#include <vtkPVEnvironmentInformationHelper.h>

Inherits vtkObject.

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetVariable (const char *)
 Get/Set the environment variable that we want to get the value of. More...
 
virtual char * GetVariable ()
 Get/Set the environment variable that we want to get the value of. More...
 

Static Public Member Functions

static vtkPVEnvironmentInformationHelperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVEnvironmentInformationHelperSafeDownCast (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 30 of file vtkPVEnvironmentInformationHelper.h.

Member Typedef Documentation

◆ Superclass

Definition at line 34 of file vtkPVEnvironmentInformationHelper.h.

Constructor & Destructor Documentation

◆ vtkPVEnvironmentInformationHelper()

vtkPVEnvironmentInformationHelper::vtkPVEnvironmentInformationHelper ( )
protected

◆ ~vtkPVEnvironmentInformationHelper()

vtkPVEnvironmentInformationHelper::~vtkPVEnvironmentInformationHelper ( )
protected

Member Function Documentation

◆ New()

static vtkPVEnvironmentInformationHelper* vtkPVEnvironmentInformationHelper::New ( )
static

◆ GetClassName()

virtual const char* vtkPVEnvironmentInformationHelper::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkPVEnvironmentInformationHelper::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkPVEnvironmentInformationHelper::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkPVEnvironmentInformationHelper* vtkPVEnvironmentInformationHelper::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkPVEnvironmentInformationHelper::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ SetVariable()

virtual void vtkPVEnvironmentInformationHelper::SetVariable ( const char *  )
virtual

Get/Set the environment variable that we want to get the value of.

◆ GetVariable()

virtual char* vtkPVEnvironmentInformationHelper::GetVariable ( )
virtual

Get/Set the environment variable that we want to get the value of.

Member Data Documentation

◆ Variable

char* vtkPVEnvironmentInformationHelper::Variable
protected

Definition at line 49 of file vtkPVEnvironmentInformationHelper.h.


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