22355: EDF SMESH: New 1D hypothesis "Adaptive"

Make myBox protected
This commit is contained in:
eap 2013-10-21 08:21:05 +00:00
parent 2b4292d02d
commit c34100e8f8

View File

@ -115,14 +115,15 @@ protected:
// Tree limit // Tree limit
const SMESH_TreeLimit* myLimit; const SMESH_TreeLimit* myLimit;
// Bounding box of a tree
box_type* myBox;
private: private:
// Build the children recursively // Build the children recursively
void buildChildren(); void buildChildren();
// Level of the Tree // Level of the Tree
int myLevel; int myLevel;
box_type* myBox;
}; };
//=========================================================================== //===========================================================================