X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_Tree.hxx;h=cb821ce71a71460dcd126c09be2477e8ab955817;hb=45810912147bdd6c4e5fb40a0d79495a5c9307ea;hp=36d4124209ca08835bd4148ca63c4383f9c7a932;hpb=ef59152514df17c64ad01c8abab01331618a1fc4;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_Tree.hxx b/src/SMESHUtils/SMESH_Tree.hxx index 36d412420..cb821ce71 100644 --- a/src/SMESHUtils/SMESH_Tree.hxx +++ b/src/SMESHUtils/SMESH_Tree.hxx @@ -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(); }; //===========================================================================