#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_MeshNode * | myNode1 |
| SMDS_MeshNode * | myNode2 |
Definition at line 651 of file SMESH_ControlsDef.hxx.
| ManifoldPart::Link::Link | ( | SMDS_MeshNode * | theNode1, |
| SMDS_MeshNode * | theNode2 | ||
| ) |
Definition at line 3079 of file SMESH_Controls.cxx.
References SMESH.Controls.ManifoldPart.Link.myNode1, and SMESH.Controls.ManifoldPart.Link.myNode2.
| ManifoldPart::Link::~Link | ( | ) |
Definition at line 3086 of file SMESH_Controls.cxx.
| bool ManifoldPart::Link::IsEqual | ( | const ManifoldPart::Link & | theLink | ) | const |
Definition at line 3092 of file SMESH_Controls.cxx.
References SMESH.Controls.ManifoldPart.Link.myNode1, and SMESH.Controls.ManifoldPart.Link.myNode2.
Referenced by SMESH.Controls.ManifoldPart.expandBoundary(), and SMESH.Controls.ManifoldPart.IsEqual().
| bool ManifoldPart::Link::operator< | ( | const ManifoldPart::Link & | x | ) | const |
Definition at line 3104 of file SMESH_Controls.cxx.
References SMESH.Controls.ManifoldPart.Link.myNode1, and SMESH.Controls.ManifoldPart.Link.myNode2.
Definition at line 661 of file SMESH_ControlsDef.hxx.
Referenced by SMESH.Controls.ManifoldPart.getFacesByLink(), SMESH.Controls.ManifoldPart.Link.IsEqual(), SMESH.Controls.ManifoldPart.Link.Link(), and SMESH.Controls.ManifoldPart.Link.operator<().
Definition at line 662 of file SMESH_ControlsDef.hxx.
Referenced by SMESH.Controls.ManifoldPart.getFacesByLink(), SMESH.Controls.ManifoldPart.Link.IsEqual(), SMESH.Controls.ManifoldPart.Link.Link(), and SMESH.Controls.ManifoldPart.Link.operator<().