]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Image.h
cbdc219f7590e296f375204abbaffc360e35b323
[cpPlugins.git] / lib / cpPlugins / Interface / Image.h
1 #ifndef __CPPLUGINS__INTERFACE__IMAGE__H__
2 #define __CPPLUGINS__INTERFACE__IMAGE__H__
3
4 #include <map>
5 #include <string>
6 #include <itkProcessObject.h>
7 #include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
8 #include <cpPlugins/Interface/DataObject.h>
9
10 namespace cpPlugins
11 {
12   namespace Interface
13   {
14     /**
15      */
16     class cpPlugins_Interface_EXPORT Image
17       : public DataObject
18     {
19     public:
20       typedef Image      Self;
21       typedef DataObject Superclass;
22
23     public:
24       Image( );
25       virtual ~Image( );
26
27       virtual std::string GetClassName( ) const;
28     };
29
30   } // ecapseman
31
32 } // ecapseman
33
34 #endif // __CPPLUGINS__INTERFACE__IMAGE__H__
35
36 // eof - $RCSfile$