SALOME - SMESH
|
A sorted pair of nodes. More...
#include <SMESH_MeshEditor.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 |
A sorted pair of nodes.
Definition at line 98 of file SMESH_MeshEditor.hxx.
SMESH_TLink::SMESH_TLink | ( | const SMDS_MeshNode * | n1, |
const SMDS_MeshNode * | n2 | ||
) |
Definition at line 100 of file SMESH_MeshEditor.hxx.
References SMDS_MeshElement::GetID().
SMESH_TLink::SMESH_TLink | ( | const NLink & | link | ) |
Definition at line 102 of file SMESH_MeshEditor.hxx.
const SMDS_MeshNode* SMESH_TLink::node1 | ( | ) | const |
Definition at line 104 of file SMESH_MeshEditor.hxx.
const SMDS_MeshNode* SMESH_TLink::node2 | ( | ) | const |
Definition at line 105 of file SMESH_MeshEditor.hxx.