00001 /* $Id: ssEnviroment.h,v 1.2 2005/05/11 11:40:11 pfb Exp $ */ 00002 00003 #ifndef _ssEnviroment_h 00004 #define _ssEnviroment_h 00005 00010 #include <vtkObject.h> 00011 00012 class ssEnviroment : public vtkObject 00013 { 00014 //**************************************************************************** 00015 public: 00016 00021 static ssEnviroment *New(); 00022 00023 vtkTypeMacro(ssEnviroment, vtkObject); 00024 00030 void PrintSelf(ostream& os, vtkIndent indent); 00031 00037 virtual bool Hup(); 00038 00039 //**************************************************************************** 00040 protected: 00041 00045 ssEnviroment(); 00046 00050 ~ssEnviroment(); 00051 00052 //**************************************************************************** 00053 private: 00054 00058 ssEnviroment(const ssEnviroment& ); 00059 ssEnviroment& operator=(const ssEnviroment& ); 00060 00061 }; 00062 00066 #endif 00067 00068 /* 00069 * $Log: ssEnviroment.h,v $ 00070 * Revision 1.2 2005/05/11 11:40:11 pfb 00071 * Added module info. 00072 * 00073 * Revision 1.1 2004/07/13 10:06:37 pfb 00074 * Initial rev. 00075 * 00076 * 00077 */ 00078