]> Creatis software - cpMesh.git/blob - lib/cpm/Plugins/SimpleFillRegion.h
1e84ef61ba37e219e9bb27ebdaf870782f6356f7
[cpMesh.git] / lib / cpm / Plugins / SimpleFillRegion.h
1 #ifndef __CPM__PLUGINS__SIMPLEFILLREGION__H__
2 #define __CPM__PLUGINS__SIMPLEFILLREGION__H__
3
4 #include <cpPlugins/Interface/ImageToImageFilter.h>
5
6 namespace cpm
7 {
8   namespace Plugins
9   {
10     /**
11      */
12     class SimpleFillRegion
13       : public cpPlugins::Interface::ImageToImageFilter
14     {
15     public:
16       typedef SimpleFillRegion                         Self;
17       typedef cpPlugins::Interface::ImageToImageFilter Superclass;
18
19       typedef Superclass::TParameter  TParameter;
20       typedef Superclass::TParameters TParameters;
21
22     public:
23       SimpleFillRegion( );
24       virtual ~SimpleFillRegion( );
25
26       virtual std::string GetClassName( ) const;
27
28     protected:
29       virtual std::string _GenerateData( );
30
31     protected:
32       itk::ProcessObject::Pointer m_Filter;
33     };
34
35     // ---------------------------------------------------------------------
36     PLUMA_INHERIT_PROVIDER( SimpleFillRegion, cpPlugins::Interface::Object );
37
38   } // ecapseman
39
40 } // ecapseman
41
42 #endif // __CPM__PLUGINS__SIMPLEFILLREGION__H__
43
44
45 // eof - $RCSfile$