SMESH::Controls::ManifoldPart::Link Class Reference

#include <SMESH_ControlsDef.hxx>

Public Member Functions

bool IsEqual (const ManifoldPart::Link &theLink) const
 
 Link (SMDS_MeshNode *theNode1, SMDS_MeshNode *theNode2)
 
bool operator< (const ManifoldPart::Link &x) const
 
 ~Link ()
 

Public Attributes

SMDS_MeshNodemyNode1
 
SMDS_MeshNodemyNode2
 

Constructor & Destructor Documentation

◆ Link()

ManifoldPart::Link::Link ( SMDS_MeshNode theNode1,
SMDS_MeshNode theNode2 
)

References myNode1, and myNode2.

◆ ~Link()

ManifoldPart::Link::~Link ( )

Member Function Documentation

◆ IsEqual()

bool ManifoldPart::Link::IsEqual ( const ManifoldPart::Link theLink) const

References myNode1, and myNode2.

Referenced by SMESH::Controls::ManifoldPart::IsEqual().

◆ operator<()

bool ManifoldPart::Link::operator< ( const ManifoldPart::Link x) const

Member Data Documentation

◆ myNode1

SMDS_MeshNode* SMESH::Controls::ManifoldPart::Link::myNode1

Referenced by IsEqual(), and Link().

◆ myNode2

SMDS_MeshNode* SMESH::Controls::ManifoldPart::Link::myNode2

Referenced by IsEqual(), and Link().


The documentation for this class was generated from the following files: