Helper object that can be used to obtain information about an environment.
More...
#include <vtkPVEnvironmentInformationHelper.h>
Inherits vtkObject.
|
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...
|
|
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.
◆ Superclass
◆ vtkPVEnvironmentInformationHelper()
vtkPVEnvironmentInformationHelper::vtkPVEnvironmentInformationHelper |
( |
| ) |
|
|
protected |
◆ ~vtkPVEnvironmentInformationHelper()
vtkPVEnvironmentInformationHelper::~vtkPVEnvironmentInformationHelper |
( |
| ) |
|
|
protected |
◆ New()
◆ 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()
◆ 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.
◆ Variable
char* vtkPVEnvironmentInformationHelper::Variable |
|
protected |
The documentation for this class was generated from the following file: