Version: 9.16.0
LinkID_Gen Class Reference

Public Member Functions

 LinkID_Gen (const SMESHDS_Mesh *theMesh)
 
smIdType GetLinkID (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2) const
 
bool GetNodes (const long theLinkID, const SMDS_MeshNode *&theNode1, const SMDS_MeshNode *&theNode2) const
 

Private Member Functions

 LinkID_Gen ()
 

Private Attributes

const SMESHDS_MeshmyMesh
 
long myMaxID
 

Constructor & Destructor Documentation

◆ LinkID_Gen() [1/2]

LinkID_Gen::LinkID_Gen ( const SMESHDS_Mesh theMesh)

◆ LinkID_Gen() [2/2]

LinkID_Gen::LinkID_Gen ( )
private

Member Function Documentation

◆ GetLinkID()

smIdType LinkID_Gen::GetLinkID ( const SMDS_MeshNode n1,
const SMDS_MeshNode n2 
) const

◆ GetNodes()

bool LinkID_Gen::GetNodes ( const long  theLinkID,
const SMDS_MeshNode *&  theNode1,
const SMDS_MeshNode *&  theNode2 
) const

Field Documentation

◆ myMaxID

long LinkID_Gen::myMaxID
private

◆ myMesh

const SMESHDS_Mesh* LinkID_Gen::myMesh
private