00001 /* 00002 * 00003 * Program: Slicer Image-Guided Navigator (The SIGN) 00004 * Module: $RCSfile: SignElementContainer.h,v $ 00005 */ 00013 #ifndef _SIGNELEMENTCONTAINER_H 00014 #define _SIGNELEMENTCONTAINER_H 00015 00016 #include <vtkObject.h> 00017 00018 #include <SignDLL.h> 00019 00020 class SIGN_EXPORT SignElementContainer : public vtkObject 00021 { 00022 00023 public: 00024 vtkTypeRevisionMacro(SignElementContainer,vtkObject); 00025 00026 protected: 00027 SignElementContainer(); 00028 ~SignElementContainer(); 00029 00030 SignElementContainer(const SignElementContainer&); // Not implemented. 00031 void operator=(const SignElementContainer&); // Not implemented. 00032 00033 00034 private: 00035 }; 00036 00037 #endif
1.4.6