]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Image.h
Basic IO architecture within itk-based pipelines
[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/DataObject.h>
8
9 namespace cpPlugins
10 {
11   namespace Interface
12   {
13     /**
14      */
15     class Image
16       : public DataObject
17     {
18     public:
19       typedef Image      Self;
20       typedef DataObject Superclass;
21
22     public:
23       Image( );
24       virtual ~Image( );
25
26       virtual std::string GetClassName( ) const;
27     };
28
29   } // ecapseman
30
31 } // ecapseman
32
33 #endif // __CPPLUGINS__INTERFACE__IMAGE__H__
34
35 // eof - $RCSfile$