SALOME - SMESH
SMESH::Controls::FreeFaces Class Reference

#include <SMESH_ControlsDef.hxx>

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

Public Member Functions

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

Private Attributes

const SMDS_MeshmyMesh
 

Detailed Description

Definition at line 713 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ FreeFaces()

SMESH::Controls::FreeFaces::FreeFaces ( )

Member Function Documentation

◆ SetMesh()

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

◆ IsSatisfy()

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

◆ GetType()

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

Field Documentation

◆ myMesh

const SMDS_Mesh* SMESH::Controls::FreeFaces::myMesh
private

Definition at line 721 of file SMESH_ControlsDef.hxx.