mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-29 04:00:33 +05:00
PAL13460 (force the mesh to go through a point)
+ int level() const { return myLevel; }
This commit is contained in:
parent
0249b75412
commit
c9b555c251
@ -56,11 +56,14 @@ public:
|
||||
void setBox(const Bnd_B3d* box);
|
||||
|
||||
// Set box to the 3d Bounding Box of the Octree
|
||||
void getBox(Bnd_B3d* box);
|
||||
void getBox(Bnd_B3d & box);
|
||||
|
||||
// Compute the bigger dimension of the box
|
||||
static double maxSize(const Bnd_B3d* box);
|
||||
|
||||
// Return its level
|
||||
int level() const { return myLevel; }
|
||||
|
||||
protected:
|
||||
// Constructor for children (has to be implemented in inherited classes)
|
||||
virtual SMESH_Octree* allocateOctreeChild() = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user