SALOME - SMESH
SMESH_Octree::Limit Struct Reference

#include <SMESH_Octree.hxx>

Collaboration diagram for SMESH_Octree::Limit:
Collaboration graph

Public Member Functions

 Limit (int maxLevel=8, double minSize=0.)
 
virtual ~Limit ()
 

Data Fields

int myMaxLevel
 
double myMinBoxSize
 

Detailed Description

Definition at line 39 of file SMESH_Octree.hxx.

Constructor & Destructor Documentation

◆ Limit()

SMESH_Octree::Limit::Limit ( int  maxLevel = 8,
double  minSize = 0. 
)

Definition at line 48 of file SMESH_Octree.hxx.

◆ ~Limit()

virtual SMESH_Octree::Limit::~Limit ( )
virtual

Definition at line 49 of file SMESH_Octree.hxx.

References SMESH_Octree::compute(), SMESH_Octree::isLeaf(), SMESH_Octree::SMESH_Octree(), and SMESH_Octree::~SMESH_Octree().

Here is the call graph for this function:

Field Documentation

◆ myMaxLevel

int SMESH_Octree::Limit::myMaxLevel

Definition at line 41 of file SMESH_Octree.hxx.

◆ myMinBoxSize

double SMESH_Octree::Limit::myMinBoxSize

Definition at line 43 of file SMESH_Octree.hxx.