|
SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>


Public Member Functions | |
| ElemGeomType () | |
| virtual void | SetMesh (const SMDS_Mesh *theMesh) |
| virtual bool | IsSatisfy (long theElementId) |
| void | SetType (SMDSAbs_ElementType theType) |
| virtual SMDSAbs_ElementType | GetType () const |
| void | SetGeomType (SMDSAbs_GeometryType theType) |
| virtual SMDSAbs_GeometryType | GetGeomType () const |
Private Attributes | |
| const SMDS_Mesh * | myMesh |
| SMDSAbs_ElementType | myType |
| SMDSAbs_GeometryType | myGeomType |
Definition at line 769 of file SMESH_ControlsDef.hxx.
| SMESH::Controls::ElemGeomType::ElemGeomType | ( | ) |
|
virtual |
Implements SMESH::Controls::Functor.
|
virtual |
Implements SMESH::Controls::Predicate.
| void SMESH::Controls::ElemGeomType::SetType | ( | SMDSAbs_ElementType | theType | ) |
|
virtual |
Implements SMESH::Controls::Predicate.
| void SMESH::Controls::ElemGeomType::SetGeomType | ( | SMDSAbs_GeometryType | theType | ) |
|
virtual |
|
private |
Definition at line 780 of file SMESH_ControlsDef.hxx.
|
private |
Definition at line 781 of file SMESH_ControlsDef.hxx.
|
private |
Definition at line 782 of file SMESH_ControlsDef.hxx.