]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/PolyLineParametricPathSource.h
More sync
[cpPlugins.git] / lib / cpPlugins / Interface / PolyLineParametricPathSource.h
diff --git a/lib/cpPlugins/Interface/PolyLineParametricPathSource.h b/lib/cpPlugins/Interface/PolyLineParametricPathSource.h
new file mode 100644 (file)
index 0000000..59578bf
--- /dev/null
@@ -0,0 +1,45 @@
+#ifndef __CPPLUGINS__INTERFACE__POLYLINEPARAMETRICPATHSOURCE__H__
+#define __CPPLUGINS__INTERFACE__POLYLINEPARAMETRICPATHSOURCE__H__
+
+#include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
+#include <cpPlugins/Interface/SourceObject.h>
+
+namespace cpPlugins
+{
+  namespace Interface
+  {
+    /**
+     */
+    class cpPlugins_Interface_EXPORT PolyLineParametricPathSource
+      : public SourceObject
+    {
+    public:
+      typedef PolyLineParametricPathSource    Self;
+      typedef SourceObject                    Superclass;
+      typedef itk::SmartPointer< Self >       Pointer;
+      typedef itk::SmartPointer< const Self > ConstPointer;
+
+    public:
+      itkTypeMacro( PolyLineParametricPathSource, SourceObject );
+
+    public:
+      virtual std::string GetClassName( ) const;
+      virtual std::string GetClassType( ) const;
+
+    protected:
+      PolyLineParametricPathSource( );
+      virtual ~PolyLineParametricPathSource( );
+
+    private:
+      // Purposely not implemented
+      PolyLineParametricPathSource( const Self& );
+      Self& operator=( const Self& );
+    };
+
+  } // ecapseman
+
+} // ecapseman
+
+#endif // __CPPLUGINS__INTERFACE__POLYLINEPARAMETRICPATHSOURCE__H__
+
+// eof - $RCSfile$