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

Public Types | |
| typedef std::vector< long > | TIdSequence |
Public Member Functions | |
| Filter () | |
| virtual | ~Filter () |
| virtual void | SetPredicate (PredicatePtr thePred) |
| virtual void | GetElementsId (const SMDS_Mesh *theMesh, TIdSequence &theSequence) |
Static Public Member Functions | |
| static void | GetElementsId (const SMDS_Mesh *theMesh, PredicatePtr thePredicate, TIdSequence &theSequence) |
Protected Attributes | |
| PredicatePtr | myPredicate |
Definition at line 789 of file SMESH_ControlsDef.hxx.
| typedef std::vector<long> SMESH::Controls::Filter::TIdSequence |
Definition at line 795 of file SMESH_ControlsDef.hxx.
| SMESH::Controls::Filter::Filter | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |
Definition at line 809 of file SMESH_ControlsDef.hxx.