#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 void SMESH.Controls.FreeEdges.SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual] |
Implements SMESH.Controls.Functor.
virtual bool SMESH.Controls.FreeEdges.IsSatisfy | ( | long | theElementId | ) | [virtual] |
Implements SMESH.Controls.Predicate.
virtual SMDSAbs_ElementType SMESH.Controls.FreeEdges.GetType | ( | ) | const [virtual] |
Implements SMESH.Controls.Predicate.
static bool SMESH.Controls.FreeEdges.IsFreeEdge | ( | const SMDS_MeshNode ** | theNodes, | |
const int | theFaceId | |||
) | [static] |
void SMESH.Controls.FreeEdges.GetBoreders | ( | TBorders & | theBorders | ) |
const SMDS_Mesh* SMESH.Controls.FreeEdges.myMesh [protected] |
Definition at line 376 of file SMESH_ControlsDef.hxx.