Salome HOME
22355: EDF SMESH: New 1D hypothesis "Adaptive"
[modules/smesh.git] / src / SMESHUtils / SMESH_Tree.hxx
index 36d4124209ca08835bd4148ca63c4383f9c7a932..13c70c728191c10508cb446b842c757e756c7b9a 100644 (file)
@@ -115,14 +115,15 @@ protected:
   // Tree limit
   const SMESH_TreeLimit* myLimit;
 
+  // Bounding box of a tree
+  box_type*      myBox;
+
 private:
   // Build the children recursively
   void                   buildChildren();
 
   // Level of the Tree
   int            myLevel;
-
-  box_type*      myBox;
 };
 
 //===========================================================================