Version: 9.16.0
SMESH::Controls::ManifoldPart::Link Class Reference

#include <SMESH_ControlsDef.hxx>

Public Member Functions

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

Data Fields

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

◆ operator<()

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

References myNode1, and myNode2.

Field Documentation

◆ myNode1

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

◆ myNode2

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