SALOME - SMESH
SMESH_TLink Struct Reference

A sorted pair of nodes. More...

#include <SMESH_MeshEditor.hxx>

Inheritance diagram for SMESH_TLink:
Inheritance graph
Collaboration diagram for SMESH_TLink:
Collaboration graph

Public Member Functions

 SMESH_TLink (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2)
 
 SMESH_TLink (const NLink &link)
 
const SMDS_MeshNodenode1 () const
 
const SMDS_MeshNodenode2 () const
 

Detailed Description

A sorted pair of nodes.

Definition at line 98 of file SMESH_MeshEditor.hxx.

Constructor & Destructor Documentation

◆ SMESH_TLink() [1/2]

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().

Here is the call graph for this function:

◆ SMESH_TLink() [2/2]

SMESH_TLink::SMESH_TLink ( const NLink link)

Definition at line 102 of file SMESH_MeshEditor.hxx.

Member Function Documentation

◆ node1()

const SMDS_MeshNode* SMESH_TLink::node1 ( ) const

Definition at line 104 of file SMESH_MeshEditor.hxx.

◆ node2()

const SMDS_MeshNode* SMESH_TLink::node2 ( ) const

Definition at line 105 of file SMESH_MeshEditor.hxx.