|
SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>


Data Structures | |
| struct | Border |
Public Types | |
| typedef long | TElemId |
| typedef std::set< Border > | TBorders |
Public Member Functions | |
| FreeEdges () | |
| virtual void | SetMesh (const SMDS_Mesh *theMesh) |
| virtual bool | IsSatisfy (long theElementId) |
| virtual SMDSAbs_ElementType | GetType () const |
| void | GetBoreders (TBorders &theBorders) |
Static Public Member Functions | |
| static bool | IsFreeEdge (const SMDS_MeshNode **theNodes, const int theFaceId) |
Protected Attributes | |
| const SMDS_Mesh * | myMesh |
Definition at line 358 of file SMESH_ControlsDef.hxx.
| typedef long SMESH::Controls::FreeEdges::TElemId |
Definition at line 365 of file SMESH_ControlsDef.hxx.
| typedef std::set<Border> SMESH::Controls::FreeEdges::TBorders |
Definition at line 372 of file SMESH_ControlsDef.hxx.
| SMESH::Controls::FreeEdges::FreeEdges | ( | ) |
|
virtual |
Implements SMESH::Controls::Functor.
|
virtual |
Implements SMESH::Controls::Predicate.
|
virtual |
Implements SMESH::Controls::Predicate.
|
static |
| void SMESH::Controls::FreeEdges::GetBoreders | ( | TBorders & | theBorders | ) |
|
protected |
Definition at line 376 of file SMESH_ControlsDef.hxx.