X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FITKLevelSetFilters%2FLaplacianSegmentationLevelSetImageFilter.h;fp=plugins%2FITKLevelSetFilters%2FLaplacianSegmentationLevelSetImageFilter.h;h=0000000000000000000000000000000000000000;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=d82aa9b2a9403c62beb8af94a0b44bdadfaa9d9a;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.h b/plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.h deleted file mode 100644 index d82aa9b..0000000 --- a/plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef __cpPluginsITKLevelSetFilters__LaplacianSegmentationLevelSetImageFilter__h__ -#define __cpPluginsITKLevelSetFilters__LaplacianSegmentationLevelSetImageFilter__h__ - -#include -#include - -namespace cpPluginsITKLevelSetFilters -{ - /** - */ - class cpPlugins_ITKLevelSetFilters_EXPORT LaplacianSegmentationLevelSetImageFilter - : public cpPlugins::Pipeline::ProcessObject - { - cpPluginsObject( - LaplacianSegmentationLevelSetImageFilter, - cpPlugins::Pipeline::ProcessObject, - ImageLevelSetFilters - ); - - protected: - template< class _TImage > - inline void _GD0( _TImage* image ); - - template< class _TFeature, class _TImage > - inline void _GD1( _TFeature* feature, _TImage* image ); - }; - -} // ecapseman - -#endif // __cpPluginsITKLevelSetFilters__LaplacianSegmentationLevelSetImageFilter__h__ - -// eof - $RCSfile$