]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOTreeNode.h
#3218 creaImageIO Feature New Normal - vtk8itk4wx3-mingw64
[creaImageIO.git] / src / creaImageIOTreeNode.h
index 5d218261150782177a51413bbec3b1aa01738c11..c38680ba1029dd0e8f37d9dec1bf338d4658efde 100644 (file)
@@ -66,7 +66,6 @@ namespace creaImageIO
     public:
       typedef std::map<std::string,std::string> AttributeMapType;
 
-
       /// Ctor with parent
       Node(Node* parent);
       /// Ctor with parent and attributes map 
@@ -88,7 +87,6 @@ namespace creaImageIO
       /// Returns the level of the node in the tree
       virtual int GetLevel() const { return mParent->GetLevel()+1; }
 
-        
       /// Returns the parent of the node
       Node* GetParent() const { return mParent; }
 
@@ -113,7 +111,6 @@ namespace creaImageIO
 
       /// Remove the given children from the children list
       int RemoveChildrenFromList(Node*);
-
        
          /// Get the Attributes Map
       AttributeMapType& GetAttributeMap() { return mAttributeMap; }