SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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

const SMDS_MeshNode* SMESH_TLink::node1 ( ) const

Definition at line 102 of file SMESH_MeshEditor.hxx.

const SMDS_MeshNode* SMESH_TLink::node2 ( ) const

Definition at line 103 of file SMESH_MeshEditor.hxx.