Version: 9.12.0
SMESH_OrientedLink Struct Reference

SMESH_TLink knowing its orientation. More...

#include <SMESH_TypeDefs.hxx>

Inheritance diagram for SMESH_OrientedLink:

Public Member Functions

 SMESH_OrientedLink (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2)
 
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)
 

Data Fields

bool _reversed
 
int myOri
 

Detailed Description

SMESH_TLink knowing its orientation.

Constructor & Destructor Documentation

◆ SMESH_OrientedLink()

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

Member Function Documentation

◆ HashCode()

static int SMESH_TLink::HashCode ( const SMESH_TLink link,
int  aLimit 
)
staticinherited

◆ IsEqual()

static Standard_Boolean SMESH_TLink::IsEqual ( const SMESH_TLink l1,
const SMESH_TLink l2 
)
staticinherited

◆ node1()

◆ node2()

Field Documentation

◆ _reversed

bool SMESH_OrientedLink::_reversed

◆ myOri

int NLink::myOri
inherited