#include <StdMeshers_Penta_3D.hxx>
Public Member Functions | |
| StdMeshers_TNode () | |
| void | SetNode (const SMDS_MeshNode *theNode) |
| const SMDS_MeshNode * | Node () const |
| void | SetShapeSupportID (const int theID) |
| int | ShapeSupportID () const |
| void | SetNormCoord (const gp_XYZ &theXYZ) |
| const gp_XYZ & | NormCoord () const |
| void | SetBaseNodeID (const int theID) |
| int | BaseNodeID () const |
Private Attributes | |
| SMDS_MeshNode * | myNode |
| int | myShapeSupportID |
| gp_XYZ | myXYZ |
| int | myBaseNodeID |
| StdMeshers_TNode::StdMeshers_TNode | ( | ) |
| int StdMeshers_TNode::BaseNodeID | ( | ) | const |
| const SMDS_MeshNode* StdMeshers_TNode::Node | ( | ) | const |
| const gp_XYZ& StdMeshers_TNode::NormCoord | ( | ) | const |
Referenced by StdMeshers_Penta_3D::MakeNodes().
| void StdMeshers_TNode::SetBaseNodeID | ( | const int | theID | ) |
Referenced by StdMeshers_Penta_3D::MakeNodes().
| void StdMeshers_TNode::SetNode | ( | const SMDS_MeshNode * | theNode | ) |
| void StdMeshers_TNode::SetNormCoord | ( | const gp_XYZ & | theXYZ | ) |
Referenced by StdMeshers_Penta_3D::MakeNodes().
| void StdMeshers_TNode::SetShapeSupportID | ( | const int | theID | ) |
Referenced by StdMeshers_Penta_3D::MakeNodes().
| int StdMeshers_TNode::ShapeSupportID | ( | ) | const |
Referenced by StdMeshers_Penta_3D::MakeNodes(), and StdMeshers_Penta_3D::MakeVolumeMesh().
|
private |
|
private |
|
private |
|
private |