]> Creatis software - cpPlugins.git/blobdiff - plugins/ITKIO/ImageReader.h
Moved to version 1.0
[cpPlugins.git] / plugins / ITKIO / ImageReader.h
diff --git a/plugins/ITKIO/ImageReader.h b/plugins/ITKIO/ImageReader.h
deleted file mode 100644 (file)
index 80b8a02..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef __cpPluginsITKIO__ImageReader__h__
-#define __cpPluginsITKIO__ImageReader__h__
-
-#include <cpPlugins_ITKIO_Export.h>
-#include <cpPlugins/Pipeline/ProcessObject.h>
-
-namespace itk { class ImageIOBase; }
-
-namespace cpPluginsITKIO
-{
-  /**
-   */
-  class cpPlugins_ITKIO_EXPORT ImageReader
-    : public cpPlugins::Pipeline::ProcessObject
-  {
-    cpPluginsObject( ImageReader, cpPlugins::Pipeline::ProcessObject, IO );
-
-  public:
-    virtual QDialog* CreateQDialog( ) override;
-
-  protected:
-    template< unsigned int _Dim >
-    inline bool _GD0( itk::ImageIOBase* io );
-
-    template< class _TPixel, unsigned int _Dim >
-    inline bool _GD1( itk::ImageIOBase* io );
-  };
-
-} // ecapseman
-
-#endif // __cpPluginsITKIO__ImageReader__h__
-
-// eof - $RCSfile$