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