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 |
Data Fields | |
| int | myOri |
A sorted pair of nodes.
| SMESH_TLink::SMESH_TLink | ( | const SMDS_MeshNode * | n1, |
| const SMDS_MeshNode * | n2 | ||
| ) |
References SMDS_MeshElement::GetID().
| SMESH_TLink::SMESH_TLink | ( | const NLink & | link | ) |
| const SMDS_MeshNode * SMESH_TLink::node1 | ( | ) | const |
Referenced by StdMeshers_Import_1D2D::Evaluate(), SMESH_MeshAlgos::FindCoincidentFreeBorders(), SMESH_MeshAlgos::FindFreeBorders(), SMESH_ElementSearcherImpl::findOuterBoundary(), SMESH_MeshAlgos::FindSharpEdges(), SMESH_Algo::GetMeshError(), SMESH_TLinkHasher::HashCode(), SMESH_TLinkHasher::IsEqual(), and StdMeshers_Quadrangle_2D::smooth().
| const SMDS_MeshNode * SMESH_TLink::node2 | ( | ) | const |
Referenced by StdMeshers_Import_1D2D::Evaluate(), SMESH_MeshAlgos::FindCoincidentFreeBorders(), SMESH_MeshAlgos::FindFreeBorders(), SMESH_ElementSearcherImpl::findOuterBoundary(), SMESH_MeshAlgos::FindSharpEdges(), SMESH_Algo::GetMeshError(), SMESH_TLinkHasher::HashCode(), SMESH_TLinkHasher::IsEqual(), and StdMeshers_Quadrangle_2D::smooth().
|
inherited |