Version: 8.3.0
LinkID_Gen Class Reference

Public Member Functions

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

Static Public Member Functions

 LinkID_Gen (const SMESHDS_Mesh *theMesh)
 

Private Member Functions

 LinkID_Gen ()
 

Private Attributes

const SMESHDS_MeshmyMesh
 
long myMaxID
 

Constructor & Destructor Documentation

LinkID_Gen::LinkID_Gen ( const SMESHDS_Mesh theMesh)
static
LinkID_Gen::LinkID_Gen ( )
private

Member Function Documentation

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

Field Documentation

long LinkID_Gen::myMaxID
private
const SMESHDS_Mesh* LinkID_Gen::myMesh
private