SALOME - SMESH
SMESH::Controls::FreeEdges::Border Struct Reference

#include <SMESH_ControlsDef.hxx>

Collaboration diagram for SMESH::Controls::FreeEdges::Border:
Collaboration graph

Public Member Functions

 Border (long theElemId, long thePntId1, long thePntId2)
 
bool operator< (const Border &x) const
 

Data Fields

TElemId myElemId
 
TElemId myPntId [2]
 

Detailed Description

Definition at line 366 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ Border()

SMESH::Controls::FreeEdges::Border::Border ( long  theElemId,
long  thePntId1,
long  thePntId2 
)

Member Function Documentation

◆ operator<()

bool SMESH::Controls::FreeEdges::Border::operator< ( const Border x) const

Field Documentation

◆ myElemId

TElemId SMESH::Controls::FreeEdges::Border::myElemId

Definition at line 367 of file SMESH_ControlsDef.hxx.

◆ myPntId

TElemId SMESH::Controls::FreeEdges::Border::myPntId[2]

Definition at line 368 of file SMESH_ControlsDef.hxx.