This class calls the NETGEN mesher of OCC geometry.
More...
#include <NETGENPlugin_Mesher.hxx>
This class calls the NETGEN mesher of OCC geometry.
Definition at line 51 of file NETGENPlugin_Mesher.hxx.
◆ NETGENPlugin_Mesher()
NETGENPlugin_Mesher::NETGENPlugin_Mesher |
( |
SMESH_Mesh * |
mesh, |
|
|
const TopoDS_Shape & |
aShape, |
|
|
const bool |
isVolume |
|
) |
| |
◆ SetParameters() [1/2]
◆ SetParameters() [2/2]
◆ Compute()
bool NETGENPlugin_Mesher::Compute |
( |
| ) |
|
◆ Evaluate()
◆ PrepareOCCgeometry()
static void NETGENPlugin_Mesher::PrepareOCCgeometry |
( |
netgen::OCCGeometry & |
occgeom, |
|
|
const TopoDS_Shape & |
shape, |
|
|
SMESH_Mesh & |
mesh, |
|
|
std::list< SMESH_subMesh * > * |
meshedSM = 0 |
|
) |
| |
|
static |
◆ RemoveTmpFiles()
static void NETGENPlugin_Mesher::RemoveTmpFiles |
( |
| ) |
|
|
static |
◆ fillNgMesh()
bool NETGENPlugin_Mesher::fillNgMesh |
( |
netgen::OCCGeometry & |
occgeom, |
|
|
netgen::Mesh & |
ngMesh, |
|
|
std::vector< SMDS_MeshNode *> & |
nodeVec, |
|
|
const std::list< SMESH_subMesh * > & |
meshedSM |
|
) |
| |
|
protected |
◆ defaultParameters()
void NETGENPlugin_Mesher::defaultParameters |
( |
| ) |
|
|
protected |
◆ _mesh
◆ _shape
const TopoDS_Shape& NETGENPlugin_Mesher::_shape |
|
private |
◆ _isVolume
bool NETGENPlugin_Mesher::_isVolume |
|
private |
◆ _optimize
bool NETGENPlugin_Mesher::_optimize |
|
private |
◆ _simpleHyp
◆ _faceDescriptors
std::map< int, std::pair<int,int> > NETGENPlugin_Mesher::_faceDescriptors |
|
private |