mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +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
|
// 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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user