Salome HOME
+ bool findUVByHalfDivision( const gp_Pnt& thePoint, const gp_XY& theUV,
[modules/smesh.git] / src / SMESHUtils / SMESH_Tree.hxx
index 36d4124209ca08835bd4148ca63c4383f9c7a932..cb821ce71a71460dcd126c09be2477e8ab955817 100644 (file)
@@ -115,14 +115,14 @@ protected:
   // Tree limit
   const SMESH_TreeLimit* myLimit;
 
-private:
-  // Build the children recursively
-  void                   buildChildren();
+  // Bounding box of a tree
+  box_type*      myBox;
 
   // Level of the Tree
   int            myLevel;
 
-  box_type*      myBox;
+  // Build the children recursively
+  void                   buildChildren();
 };
 
 //===========================================================================