From c34100e8f8fc0d3bb967111320ae1c2e6e1d19a1 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 21 Oct 2013 08:21:05 +0000 Subject: [PATCH] 22355: EDF SMESH: New 1D hypothesis "Adaptive" Make myBox protected --- src/SMESHUtils/SMESH_Tree.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }; //=========================================================================== -- 2.39.2