SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
FreeNodes () | |
virtual void | SetMesh (const SMDS_Mesh *theMesh) |
virtual bool | IsSatisfy (long theNodeId) |
virtual SMDSAbs_ElementType | GetType () const |
Protected Attributes | |
const SMDS_Mesh * | myMesh |
Definition at line 385 of file SMESH_ControlsDef.hxx.
virtual void SMESH::Controls::FreeNodes::SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual] |
Implements SMESH::Controls::Functor.
virtual bool SMESH::Controls::FreeNodes::IsSatisfy | ( | long | theNodeId | ) | [virtual] |
Implements SMESH::Controls::Predicate.
virtual SMDSAbs_ElementType SMESH::Controls::FreeNodes::GetType | ( | ) | const [virtual] |
Implements SMESH::Controls::Predicate.
const SMDS_Mesh* SMESH::Controls::FreeNodes::myMesh [protected] |
Definition at line 393 of file SMESH_ControlsDef.hxx.