Version: 8.3.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
 

Static Public Member Functions

static int HashCode (const SMESH_TLink &link, int aLimit)
 
static Standard_Boolean IsEqual (const SMESH_TLink &l1, const SMESH_TLink &l2)
 

Static Public Attributes

int myOri
 

Detailed Description

A sorted pair of nodes.

Constructor & Destructor Documentation

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

References second.

Member Function Documentation

static int SMESH_TLink::HashCode ( const SMESH_TLink link,
int  aLimit 
)
static
static Standard_Boolean SMESH_TLink::IsEqual ( const SMESH_TLink l1,
const SMESH_TLink l2 
)
static

References node1(), and node2().

Field Documentation

int NLink::myOri
staticinherited