]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ImageToPolyLineParametricPathFilter.h
Major refactoring: API-HCI bug corrected.
[cpPlugins.git] / lib / cpPlugins / Interface / ImageToPolyLineParametricPathFilter.h
diff --git a/lib/cpPlugins/Interface/ImageToPolyLineParametricPathFilter.h b/lib/cpPlugins/Interface/ImageToPolyLineParametricPathFilter.h
deleted file mode 100644 (file)
index 716bfad..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-#ifndef __CPPLUGINS__INTERFACE__IMAGETOPOLYLINEPARAMETRICPATHFILTER__H__
-#define __CPPLUGINS__INTERFACE__IMAGETOPOLYLINEPARAMETRICPATHFILTER__H__
-
-#include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
-#include <cpPlugins/Interface/FilterObject.h>
-
-namespace cpPlugins
-{
-  namespace Interface
-  {
-    /**
-     */
-    class cpPlugins_Interface_EXPORT ImageToPolyLineParametricPathFilter
-      : public FilterObject
-    {
-    public:
-      typedef ImageToPolyLineParametricPathFilter Self;
-      typedef FilterObject                        Superclass;
-      typedef itk::SmartPointer< Self >           Pointer;
-      typedef itk::SmartPointer< const Self >     ConstPointer;
-
-    public:
-      itkTypeMacro( ImageToPolyLineParametricPathFilter, FilterObject );
-
-    public:
-      virtual std::string GetClassName( ) const;
-      virtual std::string GetClassType( ) const;
-
-    protected:
-      ImageToPolyLineParametricPathFilter( );
-      virtual ~ImageToPolyLineParametricPathFilter( );
-
-    private:
-      // Purposely not implemented
-      ImageToPolyLineParametricPathFilter( const Self& );
-      Self& operator=( const Self& );
-    };
-
-  } // ecapseman
-
-} // ecapseman
-
-#endif // __CPPLUGINS__INTERFACE__IMAGETOPOLYLINEPARAMETRICPATHFILTER__H__
-
-// eof - $RCSfile$