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