SALOME - SMESH
SMESH::Controls::FreeEdges Class Reference

#include <SMESH_ControlsDef.hxx>

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

Data Structures

struct  Border
 

Public Types

typedef long TElemId
 
typedef std::set< BorderTBorders
 

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_MeshmyMesh
 

Detailed Description

Definition at line 358 of file SMESH_ControlsDef.hxx.

Member Typedef Documentation

◆ TElemId

Definition at line 365 of file SMESH_ControlsDef.hxx.

◆ TBorders

Definition at line 372 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ FreeEdges()

SMESH::Controls::FreeEdges::FreeEdges ( )

Member Function Documentation

◆ SetMesh()

virtual void SMESH::Controls::FreeEdges::SetMesh ( const SMDS_Mesh theMesh)
virtual

◆ IsSatisfy()

virtual bool SMESH::Controls::FreeEdges::IsSatisfy ( long  theElementId)
virtual

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::FreeEdges::GetType ( ) const
virtual

◆ IsFreeEdge()

static bool SMESH::Controls::FreeEdges::IsFreeEdge ( const SMDS_MeshNode **  theNodes,
const int  theFaceId 
)
static

◆ GetBoreders()

void SMESH::Controls::FreeEdges::GetBoreders ( TBorders theBorders)

Field Documentation

◆ myMesh

const SMDS_Mesh* SMESH::Controls::FreeEdges::myMesh
protected

Definition at line 376 of file SMESH_ControlsDef.hxx.