Version: 8.3.0
SMESH::Controls::FreeNodes Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::FreeNodes:

Public Member Functions

 FreeNodes ()
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual bool IsSatisfy (long theNodeId)
 
virtual SMDSAbs_ElementType GetType () const
 
virtual Predicateclone () const
 

Protected Attributes

const SMDS_MeshmyMesh
 

Constructor & Destructor Documentation

FreeNodes::FreeNodes ( )

Member Function Documentation

SMDSAbs_ElementType FreeNodes::GetType ( ) const
virtual

Implements SMESH::Controls::Predicate.

References SMDSAbs_Node.

bool FreeNodes::IsSatisfy ( long  theNodeId)
virtual
void FreeNodes::SetMesh ( const SMDS_Mesh theMesh)
virtual

Field Documentation

const SMDS_Mesh* SMESH::Controls::FreeNodes::myMesh
protected