#include <StdMeshers_Penta_3D.hxx>
|
| void | CheckData () |
| |
| void | MakeBlock () |
| |
| void | MakeNodes () |
| |
| double | SetHorizEdgeXYZ (const gp_XYZ &aBNXYZ, const int aFaceID, std::vector< const SMDS_MeshNode * > *&aCol1, std::vector< const SMDS_MeshNode * > *&aCol2) |
| |
| void | ShapeSupportID (const bool theIsUpperLayer, const SMESH_Block::TShapeID theBNSSID, SMESH_Block::TShapeID &theSSID) |
| |
| void | FindNodeOnShape (const TopoDS_Shape &aS, const gp_XYZ &aParams, const int z, StdMeshers_TNode &aTN) |
| |
| void | CreateNode (const bool theIsUpperLayer, const gp_XYZ &aParams, StdMeshers_TNode &aTN) |
| |
| void | ClearMeshOnFxy1 () |
| |
| void | MakeMeshOnFxy1 () |
| |
| void | MakeConnectingMap () |
| |
| int | GetIndexOnLayer (const int aID) |
| |
| void | MakeVolumeMesh () |
| |
| void | SetMesh (SMESH_Mesh &theMesh) |
| |
| SMESH_Mesh * | GetMesh () const |
| |
Definition at line 170 of file StdMeshers_Penta_3D.hxx.
◆ StdMeshers_Penta_3D()
| StdMeshers_Penta_3D::StdMeshers_Penta_3D |
( |
| ) |
|
◆ ~StdMeshers_Penta_3D()
| StdMeshers_Penta_3D::~StdMeshers_Penta_3D |
( |
| ) |
|
◆ Compute()
| bool StdMeshers_Penta_3D::Compute |
( |
SMESH_Mesh & |
, |
|
|
const TopoDS_Shape & |
|
|
) |
| |
◆ ErrorStatus()
| int StdMeshers_Penta_3D::ErrorStatus |
( |
| ) |
const |
◆ GetComputeError()
◆ SetTolerance()
| void StdMeshers_Penta_3D::SetTolerance |
( |
const double |
theTol3D | ) |
|
◆ Tolerance()
| double StdMeshers_Penta_3D::Tolerance |
( |
| ) |
const |
◆ LoadIJNodes()
| bool StdMeshers_Penta_3D::LoadIJNodes |
( |
StdMeshers_IJNodeMap & |
theIJNodes, |
|
|
const TopoDS_Face & |
theFace, |
|
|
const TopoDS_Edge & |
theBaseEdge, |
|
|
SMESHDS_Mesh * |
theMesh |
|
) |
| |
◆ Evaluate()
◆ CheckData()
| void StdMeshers_Penta_3D::CheckData |
( |
| ) |
|
|
protected |
◆ MakeBlock()
| void StdMeshers_Penta_3D::MakeBlock |
( |
| ) |
|
|
protected |
◆ MakeNodes()
| void StdMeshers_Penta_3D::MakeNodes |
( |
| ) |
|
|
protected |
◆ SetHorizEdgeXYZ()
| double StdMeshers_Penta_3D::SetHorizEdgeXYZ |
( |
const gp_XYZ & |
aBNXYZ, |
|
|
const int |
aFaceID, |
|
|
std::vector< const SMDS_MeshNode * > *& |
aCol1, |
|
|
std::vector< const SMDS_MeshNode * > *& |
aCol2 |
|
) |
| |
|
protected |
◆ ShapeSupportID()
◆ FindNodeOnShape()
| void StdMeshers_Penta_3D::FindNodeOnShape |
( |
const TopoDS_Shape & |
aS, |
|
|
const gp_XYZ & |
aParams, |
|
|
const int |
z, |
|
|
StdMeshers_TNode & |
aTN |
|
) |
| |
|
protected |
◆ CreateNode()
| void StdMeshers_Penta_3D::CreateNode |
( |
const bool |
theIsUpperLayer, |
|
|
const gp_XYZ & |
aParams, |
|
|
StdMeshers_TNode & |
aTN |
|
) |
| |
|
protected |
◆ ClearMeshOnFxy1()
| void StdMeshers_Penta_3D::ClearMeshOnFxy1 |
( |
| ) |
|
|
protected |
◆ MakeMeshOnFxy1()
| void StdMeshers_Penta_3D::MakeMeshOnFxy1 |
( |
| ) |
|
|
protected |
◆ MakeConnectingMap()
| void StdMeshers_Penta_3D::MakeConnectingMap |
( |
| ) |
|
|
protected |
◆ GetIndexOnLayer()
| int StdMeshers_Penta_3D::GetIndexOnLayer |
( |
const int |
aID | ) |
|
|
protected |
◆ MakeVolumeMesh()
| void StdMeshers_Penta_3D::MakeVolumeMesh |
( |
| ) |
|
|
protected |
◆ SetMesh()
| void StdMeshers_Penta_3D::SetMesh |
( |
SMESH_Mesh & |
theMesh | ) |
|
|
protected |
◆ GetMesh()
| SMESH_Mesh* StdMeshers_Penta_3D::GetMesh |
( |
| ) |
const |
|
protected |
◆ myShape
| TopoDS_Shape StdMeshers_Penta_3D::myShape |
|
protected |
◆ myBlock
◆ myMesh
| void* StdMeshers_Penta_3D::myMesh |
|
protected |
◆ myErrorStatus
◆ myTNodes
◆ myISize
| int StdMeshers_Penta_3D::myISize |
|
protected |
◆ myJSize
| int StdMeshers_Penta_3D::myJSize |
|
protected |
◆ myTol3D
| double StdMeshers_Penta_3D::myTol3D |
|
protected |
◆ myConnectingMap
| std::map< int, int > StdMeshers_Penta_3D::myConnectingMap |
|
protected |
◆ myWallNodesMaps
◆ myShapeXYZ
| std::vector<gp_XYZ> StdMeshers_Penta_3D::myShapeXYZ |
|
protected |
◆ myCreateQuadratic
| bool StdMeshers_Penta_3D::myCreateQuadratic |
|
protected |
◆ myTool