]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/SinkObject.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / SinkObject.h
diff --git a/lib/cpPlugins/Interface/SinkObject.h b/lib/cpPlugins/Interface/SinkObject.h
deleted file mode 100644 (file)
index 644f26a..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#ifndef __CPPLUGINS__INTERFACE__SINKOBJECT__H__
-#define __CPPLUGINS__INTERFACE__SINKOBJECT__H__
-
-#include <cpPlugins/cpPlugins_Export.h>
-#include <cpPlugins/Interface/ProcessObject.h>
-
-namespace cpPlugins
-{
-  namespace Interface
-  {
-    /**
-     */
-    class cpPlugins_EXPORT SinkObject
-      : public ProcessObject
-    {
-    public:
-      typedef SinkObject                      Self;
-      typedef ProcessObject                   Superclass;
-      typedef itk::SmartPointer< Self >       Pointer;
-      typedef itk::SmartPointer< const Self > ConstPointer;
-
-    public:
-      itkTypeMacro( SinkObject, ProcessObject );
-
-    protected:
-      SinkObject( );
-      virtual ~SinkObject( );
-
-    private:
-      // Purposely not implemented
-      SinkObject( const Self& );
-      Self& operator=( const Self& );
-    };
-
-  } // ecapseman
-
-} // ecapseman
-
-#endif // __CPPLUGINS__INTERFACE__SINKOBJECT__H__
-
-// eof - $RCSfile$