ssEnviroment Class Reference
[C++/Common/Enviroment]

#include <ssEnviroment.h>

Inheritance diagram for ssEnviroment:

Inheritance graph
[legend]
Collaboration diagram for ssEnviroment:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeMacro (ssEnviroment, vtkObject)
void PrintSelf (ostream &os, vtkIndent indent)
 Print the internal state.
virtual bool Hup ()
 Update this object to reflect the current enviroment.

Static Public Member Functions

static ssEnviromentNew ()
 Construct a new object of this class.

Protected Member Functions

 ssEnviroment ()
 Ctor.
 ~ssEnviroment ()
 Dtor.

Detailed Description

Definition at line 12 of file ssEnviroment.h.


Constructor & Destructor Documentation

ssEnviroment::ssEnviroment (  )  [protected]

Ctor.

ssEnviroment::~ssEnviroment (  )  [protected]

Dtor.


Member Function Documentation

static ssEnviroment* ssEnviroment::New (  )  [static]

Construct a new object of this class.

This is the only method that objects of this class may be brought into existance.

Reimplemented from vtkObject.

Reimplemented in ssCommonEnviroment.

ssEnviroment::vtkTypeMacro ( ssEnviroment  ,
vtkObject   
)

void ssEnviroment::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Print the internal state.

Parameters:
os The destination stream.
indent The indentation to use.

Reimplemented from vtkObject.

virtual bool ssEnviroment::Hup (  )  [virtual]

Update this object to reflect the current enviroment.

This is a NOP in this class and is meant to be overloaded by derived classes.

Returns:
If the update was succesfull then return true.

Reimplemented in ssCommonEnviroment.


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