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; }; //===========================================================================