A sorted pair of nodes. More...
#include <SMESH_TypeDefs.hxx>

Public Member Functions | |
| SMESH_TLink (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2) | |
| SMESH_TLink (const NLink &link) | |
| const SMDS_MeshNode * | node1 () const |
| const SMDS_MeshNode * | node2 () const |
Static Public Member Functions | |
| static int | HashCode (const SMESH_TLink &link, int aLimit) |
| static Standard_Boolean | IsEqual (const SMESH_TLink &l1, const SMESH_TLink &l2) |
Static Public Attributes | |
| int | myOri |
A sorted pair of nodes.
| SMESH_TLink::SMESH_TLink | ( | const SMDS_MeshNode * | n1, |
| const SMDS_MeshNode * | n2 | ||
| ) |
References SMDS_MeshElement::GetID(), and second.
|
static |
References SMDS_MeshElement::GetID(), node1(), and node2().
|
static |
| const SMDS_MeshNode* SMESH_TLink::node1 | ( | ) | const |
| const SMDS_MeshNode* SMESH_TLink::node2 | ( | ) | const |
|
staticinherited |