mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
22355: EDF SMESH: New 1D hypothesis "Adaptive"
Make myBox protected
This commit is contained in:
parent
2b4292d02d
commit
c34100e8f8
@ -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;
|
||||
};
|
||||
|
||||
//===========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user