SALOME - SMESH
SMESH::Controls::FreeBorders Class Reference

#include <SMESH_ControlsDef.hxx>

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

Public Member Functions

 FreeBorders ()
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual bool IsSatisfy (long theElementId)
 
virtual SMDSAbs_ElementType GetType () const
 

Protected Attributes

const SMDS_MeshmyMesh
 

Detailed Description

Definition at line 326 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ FreeBorders()

SMESH::Controls::FreeBorders::FreeBorders ( )

Member Function Documentation

◆ SetMesh()

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

◆ IsSatisfy()

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

◆ GetType()

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

Field Documentation

◆ myMesh

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

Definition at line 334 of file SMESH_ControlsDef.hxx.