#ifndef __CPPLUGINS__INTERFACE__POINTLIST__H__ #define __CPPLUGINS__INTERFACE__POINTLIST__H__ #include namespace cpPlugins { namespace Interface { /** */ class cpPlugins_Interface_EXPORT PointList : public DataObject { public: typedef PointList Self; typedef DataObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( PointList, DataObject ); cpPlugins_Id_Macro( PointList, DataObject ); protected: PointList( ); virtual ~PointList( ); private: // Purposely not implemented PointList( const Self& ); Self& operator=( const Self& ); }; } // ecapseman } // ecapseman #include #endif // __CPPLUGINS__INTERFACE__POINTLIST__H__ // eof - $RCSfile$