#ifndef __CPPLUGINS__PLUGINS__TRIANGLEMESHTOBINARYIMAGEFILTER__H__ #define __CPPLUGINS__PLUGINS__TRIANGLEMESHTOBINARYIMAGEFILTER__H__ #include #include namespace cpPlugins { namespace BasicFilters { /** */ class cpPluginsBasicFilters_EXPORT TriangleMeshToBinaryImageFilter : public cpPlugins::Interface::MeshToImageFilter { public: typedef TriangleMeshToBinaryImageFilter Self; typedef cpPlugins::Interface::MeshToImageFilter Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( TriangleMeshToBinaryImageFilter, cpPluginsInterfaceMeshToImageFilter ); cpPlugins_Id_Macro( cpPlugins::BasicFilters::TriangleMeshToBinaryImageFilter, MeshToImageFilter ); protected: TriangleMeshToBinaryImageFilter( ); virtual ~TriangleMeshToBinaryImageFilter( ); virtual std::string _GenerateData( ); template< class M > inline std::string _GD0( M* mesh ); template< class M, class I > inline std::string _RealGD( M* mesh ); private: // Purposely not implemented TriangleMeshToBinaryImageFilter( const Self& ); Self& operator=( const Self& ); }; } // ecapseman } // ecapseman #endif // __CPPLUGINS__PLUGINS__TRIANGLEMESHTOBINARYIMAGEFILTER__H__ // eof - $RCSfile$