|
SALOME - SMESH
|
This class calls the NETGEN mesher of OCC geometry. More...
#include <NETGENPlugin_Mesher.hxx>

Public Member Functions | |
| NETGENPlugin_Mesher (SMESH_Mesh *mesh, const TopoDS_Shape &aShape, const bool isVolume) | |
| void | SetParameters (const NETGENPlugin_Hypothesis *hyp) |
| void | SetParameters (const NETGENPlugin_SimpleHypothesis_2D *hyp) |
| bool | Compute () |
| bool | Evaluate (MapShapeNbElems &aResMap) |
Static Public Member Functions | |
| static void | PrepareOCCgeometry (netgen::OCCGeometry &occgeom, const TopoDS_Shape &shape, SMESH_Mesh &mesh, std::list< SMESH_subMesh * > *meshedSM=0) |
| static void | RemoveTmpFiles () |
Protected Member Functions | |
| bool | fillNgMesh (netgen::OCCGeometry &occgeom, netgen::Mesh &ngMesh, std::vector< SMDS_MeshNode * > &nodeVec, const std::list< SMESH_subMesh * > &meshedSM) |
| void | defaultParameters () |
Private Attributes | |
| SMESH_Mesh * | _mesh |
| const TopoDS_Shape & | _shape |
| bool | _isVolume |
| bool | _optimize |
| const NETGENPlugin_SimpleHypothesis_2D * | _simpleHyp |
| std::map< int, std::pair< int, int > > | _faceDescriptors |
This class calls the NETGEN mesher of OCC geometry.
Definition at line 51 of file NETGENPlugin_Mesher.hxx.
| NETGENPlugin_Mesher::NETGENPlugin_Mesher | ( | SMESH_Mesh * | mesh, |
| const TopoDS_Shape & | aShape, | ||
| const bool | isVolume | ||
| ) |
| void NETGENPlugin_Mesher::SetParameters | ( | const NETGENPlugin_Hypothesis * | hyp | ) |
| void NETGENPlugin_Mesher::SetParameters | ( | const NETGENPlugin_SimpleHypothesis_2D * | hyp | ) |
| bool NETGENPlugin_Mesher::Compute | ( | ) |
| bool NETGENPlugin_Mesher::Evaluate | ( | MapShapeNbElems & | aResMap | ) |
|
static |
|
static |
|
protected |
|
protected |
|
private |
Definition at line 84 of file NETGENPlugin_Mesher.hxx.
|
private |
Definition at line 85 of file NETGENPlugin_Mesher.hxx.
|
private |
Definition at line 86 of file NETGENPlugin_Mesher.hxx.
|
private |
Definition at line 87 of file NETGENPlugin_Mesher.hxx.
|
private |
Definition at line 89 of file NETGENPlugin_Mesher.hxx.
Definition at line 90 of file NETGENPlugin_Mesher.hxx.