]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Image.h
Basic IO architecture within itk-based pipelines
[cpPlugins.git] / lib / cpPlugins / Interface / Image.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..360da0168821d1543cfb65767a24e2983ea53678 100644 (file)
@@ -0,0 +1,35 @@
+#ifndef __CPPLUGINS__INTERFACE__IMAGE__H__
+#define __CPPLUGINS__INTERFACE__IMAGE__H__
+
+#include <map>
+#include <string>
+#include <itkProcessObject.h>
+#include <cpPlugins/Interface/DataObject.h>
+
+namespace cpPlugins
+{
+  namespace Interface
+  {
+    /**
+     */
+    class Image
+      : public DataObject
+    {
+    public:
+      typedef Image      Self;
+      typedef DataObject Superclass;
+
+    public:
+      Image( );
+      virtual ~Image( );
+
+      virtual std::string GetClassName( ) const;
+    };
+
+  } // ecapseman
+
+} // ecapseman
+
+#endif // __CPPLUGINS__INTERFACE__IMAGE__H__
+
+// eof - $RCSfile$