]> Creatis software - cpPlugins.git/blobdiff - lib/cpInstances/DataObjects/PolyLineParametricPath.h
...
[cpPlugins.git] / lib / cpInstances / DataObjects / PolyLineParametricPath.h
index 49e30a0e00b95c283a0edd527b6ce3d765369ab0..fff6b6b98480aea4e0f289a8a2a73926b67f4dd6 100644 (file)
@@ -10,36 +10,40 @@ class vtkPolyLineParametricPathData;
 
 namespace cpInstances
 {
-  /**
-   */
-  class cpPluginsDataObjects_EXPORT PolyLineParametricPath
-    : public cpPlugins::Pipeline::DataObject
+  namespace DataObjects
   {
-  public:
-    typedef PolyLineParametricPath             Self;
-    typedef cpPlugins::Pipeline::DataObject Superclass;
-    typedef itk::SmartPointer< Self >          Pointer;
-    typedef itk::SmartPointer< const Self >    ConstPointer;
-
-  public:
-    itkNewMacro( Self );
-    itkTypeMacro( PolyLineParametricPath, cpPlugins::Pipeline::DataObject );
-    cpPlugins_Id_Macro( PolyLineParametricPath, Object );
-    cpPlugins_Compatibility_Macro;
-
-  public:
-    virtual void SetITK( itk::LightObject* o ) override;
-    virtual void SetVTK( vtkObjectBase* o ) override;
-
-  protected:
-    PolyLineParametricPath( );
-    virtual ~PolyLineParametricPath( );
-
-  private:
-    // Purposely not implemented
-    PolyLineParametricPath( const Self& );
-    Self& operator=( const Self& );
-  };
+    /**
+     */
+    class cpPluginsDataObjects_EXPORT PolyLineParametricPath
+      : public cpPlugins::Pipeline::DataObject
+    {
+    public:
+      typedef PolyLineParametricPath             Self;
+      typedef cpPlugins::Pipeline::DataObject Superclass;
+      typedef itk::SmartPointer< Self >          Pointer;
+      typedef itk::SmartPointer< const Self >    ConstPointer;
+
+    public:
+      itkNewMacro( Self );
+      itkTypeMacro( PolyLineParametricPath, cpPlugins::Pipeline::DataObject );
+      cpPlugins_Id_Macro( PolyLineParametricPath, Object );
+      cpPlugins_Compatibility_Macro;
+
+    public:
+      virtual void SetITK( itk::LightObject* o ) override;
+      virtual void SetVTK( vtkObjectBase* o ) override;
+
+    protected:
+      PolyLineParametricPath( );
+      virtual ~PolyLineParametricPath( );
+
+    private:
+      // Purposely not implemented
+      PolyLineParametricPath( const Self& );
+      Self& operator=( const Self& );
+    };
+
+  } // ecapseman
 
 } // ecapseman