#include <SMESH_ControlsDef.hxx>
Public Types | |
| typedef std::vector< long > | TIdSequence |
Public Member Functions | |
| Filter () | |
| virtual void | GetElementsId (const SMDS_Mesh *theMesh, TIdSequence &theSequence) |
| virtual void | SetPredicate (PredicatePtr thePred) |
| virtual | ~Filter () |
Static Public Member Functions | |
| static void | GetElementsId (const SMDS_Mesh *theMesh, PredicatePtr thePredicate, TIdSequence &theSequence) |
Protected Attributes | |
| PredicatePtr | myPredicate |
| typedef std::vector<long> SMESH::Controls::Filter::TIdSequence |
| Filter::Filter | ( | ) |
|
virtual |
|
static |
References SMDS_Mesh::elementsIterator(), and SMDS_MeshElement::GetID().
|
virtual |
References GetElementsId(), and myPredicate.
Referenced by GetElementsId().
|
virtual |
References myPredicate.
|
protected |
Referenced by GetElementsId(), and SetPredicate().