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