Version: 8.3.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

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

References myNode1, and myNode2.

ManifoldPart::Link::~Link ( )

Member Function Documentation

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

References myNode1, and myNode2.

Field Documentation

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