Version: 9.16.0
SMESH::Controls::Filter Class Reference

#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, SMDS_ElemIteratorPtr theElements=0)
 

Static Public Member Functions

static void GetElementsId (const SMDS_Mesh *theMesh, PredicatePtr thePredicate, TIdSequence &theSequence, SMDS_ElemIteratorPtr theElements=0)
 

Protected Attributes

PredicatePtr myPredicate
 

Member Typedef Documentation

◆ TIdSequence

typedef std::vector<long> SMESH::Controls::Filter::TIdSequence

Constructor & Destructor Documentation

◆ Filter()

Filter::Filter ( )

◆ ~Filter()

Filter::~Filter ( )
virtual

Member Function Documentation

◆ GetElementsId() [1/2]

void Filter::GetElementsId ( const SMDS_Mesh theMesh,
PredicatePtr  thePredicate,
TIdSequence theSequence,
SMDS_ElemIteratorPtr  theElements = 0 
)
static

◆ GetElementsId() [2/2]

void Filter::GetElementsId ( const SMDS_Mesh theMesh,
Filter::TIdSequence theSequence,
SMDS_ElemIteratorPtr  theElements = 0 
)
virtual

◆ SetPredicate()

void Filter::SetPredicate ( PredicatePtr  thePred)
virtual

References myPredicate.

Referenced by SMESH::Filter_i::SetPredicate().

Field Documentation

◆ myPredicate

PredicatePtr SMESH::Controls::Filter::myPredicate
protected

Referenced by GetElementsId(), and SetPredicate().