SALOME - SMESH
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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 96 of file SMESH_MeshEditor.hxx.


Constructor & Destructor Documentation

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

Definition at line 98 of file SMESH_MeshEditor.hxx.

References SMDS_MeshElement::GetID().

Here is the call graph for this function:

SMESH_TLink::SMESH_TLink ( const NLink link)

Definition at line 100 of file SMESH_MeshEditor.hxx.


Member Function Documentation

Definition at line 102 of file SMESH_MeshEditor.hxx.

Definition at line 103 of file SMESH_MeshEditor.hxx.