#include <ssEnviroment.h>
Inheritance diagram for ssEnviroment:
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 ssEnviroment * | New () |
Construct a new object of this class. | |
Protected Member Functions | |
ssEnviroment () | |
Ctor. | |
~ssEnviroment () | |
Dtor. |
Definition at line 12 of file ssEnviroment.h.
ssEnviroment::ssEnviroment | ( | ) | [protected] |
Ctor.
ssEnviroment::~ssEnviroment | ( | ) | [protected] |
Dtor.
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.
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.
Reimplemented in ssCommonEnviroment.