X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FITKImageGenericFilters_1%2FImageToBoundingBoxFromThreshold.h;fp=plugins%2FITKImageGenericFilters_1%2FImageToBoundingBoxFromThreshold.h;h=0000000000000000000000000000000000000000;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=92c8613c9a4b62f05afb257b2c829e0ea315b10f;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/plugins/ITKImageGenericFilters_1/ImageToBoundingBoxFromThreshold.h b/plugins/ITKImageGenericFilters_1/ImageToBoundingBoxFromThreshold.h deleted file mode 100644 index 92c8613..0000000 --- a/plugins/ITKImageGenericFilters_1/ImageToBoundingBoxFromThreshold.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __cpPluginsITKImageGenericFilters_1__ImageToBoundingBoxFromThreshold__h__ -#define __cpPluginsITKImageGenericFilters_1__ImageToBoundingBoxFromThreshold__h__ - -#include -#include - -namespace cpPluginsITKImageGenericFilters_1 -{ - /** - */ - class cpPlugins_ITKImageGenericFilters_1_EXPORT ImageToBoundingBoxFromThreshold - : public cpPlugins::Pipeline::ProcessObject - { - cpPluginsObject( - ImageToBoundingBoxFromThreshold, - cpPlugins::Pipeline::ProcessObject, - ImageFeatures - ); - - protected: - template< class _TImage > - inline void _GD0( _TImage* image ); - }; - -} // ecapseman - -#endif // __cpPluginsITKImageGenericFilters_1__ImageToBoundingBoxFromThreshold__h__ - -// eof - $RCSfile$