]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ImageToImageFilter.h
New plugins added
[cpPlugins.git] / lib / cpPlugins / Interface / ImageToImageFilter.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..962ec27178cd1ae05527e4a223f324ecd1ac880a 100644 (file)
@@ -0,0 +1,36 @@
+#ifndef __CPPLUGINS__INTERFACE__IMAGETOIMAGEFILTER__H__
+#define __CPPLUGINS__INTERFACE__IMAGETOIMAGEFILTER__H__
+
+#include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
+#include <cpPlugins/Interface/ProcessObject.h>
+
+namespace cpPlugins
+{
+  namespace Interface
+  {
+    /**
+     */
+    class cpPlugins_Interface_EXPORT ImageToImageFilter
+      : public ProcessObject
+    {
+    public:
+      typedef ImageToImageFilter  Self;
+      typedef ProcessObject Superclass;
+
+      typedef Superclass::TParameter  TParameter;
+      typedef Superclass::TParameters TParameters;
+
+    public:
+      ImageToImageFilter( );
+      virtual ~ImageToImageFilter( );
+
+      virtual std::string GetClassName( ) const;
+    };
+
+  } // ecapseman
+
+} // ecapseman
+
+#endif // __CPPLUGINS__INTERFACE__IMAGETOIMAGEFILTER__H__
+
+// eof - $RCSfile$