From: eap Date: Mon, 21 Oct 2013 08:21:05 +0000 (+0000) Subject: 22355: EDF SMESH: New 1D hypothesis "Adaptive" X-Git-Tag: V7_3_0a1~115 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c34100e8f8fc0d3bb967111320ae1c2e6e1d19a1;p=modules%2Fsmesh.git 22355: EDF SMESH: New 1D hypothesis "Adaptive" Make myBox protected --- 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; }; //===========================================================================