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