SALOME - SMESH
SMESH::Controls::ManifoldPart::Link Class Reference

#include <SMESH_ControlsDef.hxx>

Collaboration diagram for SMESH::Controls::ManifoldPart::Link:
Collaboration graph

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
 

Detailed Description

Definition at line 557 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ Link()

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

◆ ~Link()

SMESH::Controls::ManifoldPart::Link::~Link ( )

Member Function Documentation

◆ IsEqual()

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

◆ operator<()

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

Field Documentation

◆ myNode1

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

Definition at line 567 of file SMESH_ControlsDef.hxx.

◆ myNode2

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

Definition at line 568 of file SMESH_ControlsDef.hxx.