]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/InputDataReproducer.h
Project cleanup towards version 0.1.0
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / InputDataReproducer.h
diff --git a/lib/cpPlugins/Plugins/BasicFilters/InputDataReproducer.h b/lib/cpPlugins/Plugins/BasicFilters/InputDataReproducer.h
deleted file mode 100644 (file)
index 870266f..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-#ifndef __CPPLUGINS__PLUGINS__INPUTDATAREPRODUCER__H__
-#define __CPPLUGINS__PLUGINS__INPUTDATAREPRODUCER__H__
-
-#include <cpPlugins/BasicFilters/cpPluginsBasicFilters_Export.h>
-#include <cpPlugins/Interface/BaseProcessObjects.h>
-
-namespace cpPlugins
-{
-  namespace BasicFilters
-  {
-    /**
-     */
-    class cpPluginsBasicFilters_EXPORT InputDataReproducer
-      : public cpPlugins::Interface::ProcessObject
-    {
-    public:
-      typedef InputDataReproducer                 Self;
-      typedef cpPlugins::Interface::ProcessObject Superclass;
-      typedef itk::SmartPointer< Self >           Pointer;
-      typedef itk::SmartPointer< const Self >     ConstPointer;
-
-    public:
-      itkNewMacro( Self );
-      itkTypeMacro(
-        InputDataReproducer,
-        cpPluginsInterfaceProcessObject
-        );
-      cpPlugins_Id_Macro(
-        cpPlugins::BasicFilters::InputDataReproducer,
-        PortObjects
-        );
-
-    protected:
-      InputDataReproducer( );
-      virtual ~InputDataReproducer( );
-
-      virtual std::string _GenerateData( );
-
-    private:
-      // Purposely not implemented
-      InputDataReproducer( const Self& );
-      Self& operator=( const Self& );
-    };
-
-  } // ecapseman
-
-} // ecapseman
-
-#endif // __CPPLUGINS__PLUGINS__INPUTDATAREPRODUCER__H__
-
-// eof - $RCSfile$