]> Creatis software - cpPlugins.git/blobdiff - lib/cpInstances/DataObjects/Skeleton.h
...
[cpPlugins.git] / lib / cpInstances / DataObjects / Skeleton.h
index 060a8e5832e78bc59b01f316e2f12fc88c455fc3..16592a685348aa9fcb731613de72e469e9b4519e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __cpInstances__Skeleton__h__
-#define __cpInstances__Skeleton__h__
+#ifndef __cpInstances__DataObjects__Skeleton__h__
+#define __cpInstances__DataObjects__Skeleton__h__
 
 #include <cpInstances/cpPluginsDataObjects_Export.h>
 #include <cpPlugins/Pipeline/DataObject.h>
@@ -8,36 +8,40 @@
 
 namespace cpInstances
 {
-  /**
-   */
-  class cpPluginsDataObjects_EXPORT Skeleton
-    : public cpPlugins::Pipeline::DataObject
+  namespace DataObjects
   {
-  public:
-    typedef Skeleton                      Self;
-    typedef cpPlugins::Pipeline::DataObject Superclass;
-    typedef itk::SmartPointer< Self >          Pointer;
-    typedef itk::SmartPointer< const Self >    ConstPointer;
-
-  public:
-    itkNewMacro( Self );
-    itkTypeMacro( Skeleton, cpPlugins::Pipeline::DataObject );
-    cpPlugins_Id_Macro( Skeleton, Object );
-    cpPlugins_Compatibility_Macro;
-
-  public:
-    virtual void SetITK( itk::LightObject* o ) cpPlugins_OVERRIDE;
-    virtual void SetVTK( vtkObjectBase* o ) cpPlugins_OVERRIDE;
-
-  protected:
-    Skeleton( );
-    virtual ~Skeleton( );
-
-  private:
-    // Purposely not implemented
-    Skeleton( const Self& );
-    Self& operator=( const Self& );
-  };
+    /**
+     */
+    class cpPluginsDataObjects_EXPORT Skeleton
+      : public cpPlugins::Pipeline::DataObject
+    {
+    public:
+      typedef Skeleton                      Self;
+      typedef cpPlugins::Pipeline::DataObject Superclass;
+      typedef itk::SmartPointer< Self >          Pointer;
+      typedef itk::SmartPointer< const Self >    ConstPointer;
+
+    public:
+      itkNewMacro( Self );
+      itkTypeMacro( Skeleton, cpPlugins::Pipeline::DataObject );
+      cpPlugins_Id_Macro( Skeleton, Object );
+      cpPlugins_Compatibility_Macro;
+
+    public:
+      virtual void SetITK( itk::LightObject* o ) cpPlugins_OVERRIDE;
+      virtual void SetVTK( vtkObjectBase* o ) cpPlugins_OVERRIDE;
+
+    protected:
+      Skeleton( );
+      virtual ~Skeleton( );
+
+    private:
+      // Purposely not implemented
+      Skeleton( const Self& );
+      Self& operator=( const Self& );
+    };
+
+  } // ecapseman
 
 } // ecapseman