SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>
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_Mesh * | myMesh |
SMESH::Controls::FreeFaces::FreeFaces | ( | ) |
virtual void SMESH::Controls::FreeFaces::SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual] |
Implements SMESH::Controls::Functor.
virtual bool SMESH::Controls::FreeFaces::IsSatisfy | ( | long | theElementId | ) | [virtual] |
Implements SMESH::Controls::Predicate.
virtual SMDSAbs_ElementType SMESH::Controls::FreeFaces::GetType | ( | ) | const [virtual] |
Implements SMESH::Controls::Predicate.
const SMDS_Mesh* SMESH::Controls::FreeFaces::myMesh [private] |
Definition at line 721 of file SMESH_ControlsDef.hxx.