Version: 9.16.0
SMESH::Controls::FreeFaces Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::FreeFaces:

Public Member Functions

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

Private Attributes

const SMDS_MeshmyMesh
 

Constructor & Destructor Documentation

◆ FreeFaces()

FreeFaces::FreeFaces ( )

Member Function Documentation

◆ clone()

◆ GetType()

SMDSAbs_ElementType FreeFaces::GetType ( ) const
virtual

Implements SMESH::Controls::Predicate.

References SMDSAbs_Face.

◆ IsSatisfy()

◆ SetMesh()

void FreeFaces::SetMesh ( const SMDS_Mesh theMesh)
virtual

Field Documentation

◆ myMesh

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