]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Plugins/ImageWriter.h
Base objects migration
[cpPlugins.git] / lib / cpPlugins / Plugins / ImageWriter.h
1 #ifndef __CPPLUGINS__PLUGINS__IMAGEWRITER__H__
2 #define __CPPLUGINS__PLUGINS__IMAGEWRITER__H__
3
4 #include <cpPlugins/Interface/SourceObject.h>
5
6 namespace cpPlugins
7 {
8   namespace Plugins
9   {
10     /**
11      */
12     class ImageWriter
13       : public cpPlugins::Interface::SourceObject
14     {
15     public:
16       typedef ImageWriter                        Self;
17       typedef cpPlugins::Interface::SourceObject Superclass;
18
19       typedef Superclass::TParameter  TParameter;
20       typedef Superclass::TParameters TParameters;
21
22     public:
23       ImageWriter( );
24       virtual ~ImageWriter( );
25
26       virtual std::string GetClassName( ) const;
27       virtual bool Update( );
28     };
29
30     // ---------------------------------------------------------------------
31     PLUMA_INHERIT_PROVIDER( ImageWriter, cpPlugins::Interface::Object );
32
33   } // ecapseman
34
35 } // ecapseman
36
37 #endif // __CPPLUGINS__PLUGINS__IMAGEWRITER__H__
38
39 // eof - $RCSfile$