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