]> Creatis software - cpPlugins.git/blob - plugins/ImageThresholdFilters/UnaryThresholdImageFilter.h
3360b4dac7602a10423505c5e1f02c3280429a20
[cpPlugins.git] / plugins / ImageThresholdFilters / UnaryThresholdImageFilter.h
1 #ifndef __cpPluginsImageThresholdFilters__UnaryThresholdImageFilter__h__
2 #define __cpPluginsImageThresholdFilters__UnaryThresholdImageFilter__h__
3
4 #include <cpPluginsImageThresholdFilters_Export.h>
5 #include <cpPlugins/BaseObjects/ProcessObject.h>
6
7 namespace cpPluginsImageThresholdFilters
8 {
9   /**
10    */
11   class cpPluginsImageThresholdFilters_EXPORT UnaryThresholdImageFilter
12     : public cpPlugins::BaseObjects::ProcessObject
13   {
14     cpPluginsObject(
15       UnaryThresholdImageFilter,
16       cpPlugins::BaseObjects::ProcessObject,
17       ImageThresholdFilters
18       );
19
20   protected:
21     template< class _TImage >
22     inline void _GD0( _TImage* image );
23   };
24
25 } // ecapseman
26
27 #endif // __cpPluginsImageThresholdFilters__UnaryThresholdImageFilter__h__
28
29 // eof - $RCSfile$