X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FImageMeshFilters%2FTriangleMeshToBinaryImageFilter.h;fp=plugins%2FImageMeshFilters%2FTriangleMeshToBinaryImageFilter.h;h=0000000000000000000000000000000000000000;hb=bb04d28d6b6a805d4443dfea6145a396aefb5f6d;hp=2109459feed39b1f47c514d4908baabae5696720;hpb=f14984e5d680d5dab9da5833d2c54e182d5e175f;p=cpPlugins.git diff --git a/plugins/ImageMeshFilters/TriangleMeshToBinaryImageFilter.h b/plugins/ImageMeshFilters/TriangleMeshToBinaryImageFilter.h deleted file mode 100644 index 2109459..0000000 --- a/plugins/ImageMeshFilters/TriangleMeshToBinaryImageFilter.h +++ /dev/null @@ -1,48 +0,0 @@ -#ifndef __CPPLUGINSIMAGEMESH__TRIANGLEMESHTOBINARYIMAGEFILTER__H__ -#define __CPPLUGINSIMAGEMESH__TRIANGLEMESHTOBINARYIMAGEFILTER__H__ - -#include -#include - -namespace cpPluginsImageMeshFilters -{ - /** - */ - class cpPluginsImageMeshFilters_EXPORT TriangleMeshToBinaryImageFilter - : public cpPlugins::ProcessObject - { - cpPluginsObject; - public: - typedef TriangleMeshToBinaryImageFilter Self; - typedef cpPlugins::ProcessObject Superclass; - typedef itk::SmartPointer< Self > Pointer; - typedef itk::SmartPointer< const Self > ConstPointer; - - public: - itkNewMacro( Self ); - itkTypeMacro( TriangleMeshToBinaryImageFilter, cpPlugins::ProcessObject ); - cpPlugins_Id_Macro( TriangleMeshToBinaryImageFilter, MeshToImageFilters ); - - protected: - TriangleMeshToBinaryImageFilter( ); - virtual ~TriangleMeshToBinaryImageFilter( ); - - virtual void _GenerateData( ) ITK_OVERRIDE; - - template< class _TMesh > - inline void _GD0( _TMesh* mesh ); - - template< class _TMesh, class _TPixel > - inline void _GD1( _TMesh* mesh ); - - private: - // Purposely not implemented - TriangleMeshToBinaryImageFilter( const Self& ); - Self& operator=( const Self& ); - }; - -} // ecapseman - -#endif // __CPPLUGINSIMAGEMESH__TRIANGLEMESHTOBINARYIMAGEFILTER__H__ - -// eof - $RCSfile$