Version: 9.16.0
SMESH_TLink Struct Reference

A sorted pair of nodes. More...

#include <SMESH_TypeDefs.hxx>

Inheritance diagram for SMESH_TLink:

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
 

Data Fields

int myOri
 

Detailed Description

A sorted pair of nodes.

Constructor & Destructor Documentation

◆ SMESH_TLink() [1/2]

SMESH_TLink::SMESH_TLink ( const SMDS_MeshNode n1,
const SMDS_MeshNode n2 
)

◆ SMESH_TLink() [2/2]

SMESH_TLink::SMESH_TLink ( const NLink link)

Member Function Documentation

◆ node1()

◆ node2()

Field Documentation

◆ myOri

int NLink::myOri
inherited