Public Member Functions | |
| LinkID_Gen (const SMESHDS_Mesh *theMesh) | |
| long | GetLinkID (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2) const |
| bool | GetNodes (const long theLinkID, const SMDS_MeshNode *&theNode1, const SMDS_MeshNode *&theNode2) const |
Private Member Functions | |
| LinkID_Gen () | |
Private Attributes | |
| const SMESHDS_Mesh * | myMesh |
| long | myMaxID |
Definition at line 2045 of file SMESH_MeshEditor.cxx.
| LinkID_Gen.LinkID_Gen | ( | const SMESHDS_Mesh * | theMesh | ) |
Definition at line 2048 of file SMESH_MeshEditor.cxx.
| LinkID_Gen.LinkID_Gen | ( | ) | [private] |
| long LinkID_Gen.GetLinkID | ( | const SMDS_MeshNode * | n1, |
| const SMDS_MeshNode * | n2 | ||
| ) | const |
Definition at line 2052 of file SMESH_MeshEditor.cxx.
References SMDS_MeshElement.GetID(), Max(), and Min().
Referenced by SMESH_MeshEditor.SewFreeBorder().
| bool LinkID_Gen.GetNodes | ( | const long | theLinkID, |
| const SMDS_MeshNode *& | theNode1, | ||
| const SMDS_MeshNode *& | theNode2 | ||
| ) | const |
long LinkID_Gen.myMaxID [private] |
Definition at line 2072 of file SMESH_MeshEditor.cxx.
const SMESHDS_Mesh* LinkID_Gen.myMesh [private] |
Definition at line 2071 of file SMESH_MeshEditor.cxx.