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