#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
virtual bool | IsSatisfy (long theElementId) |
Public Member Functions inherited from SMESH::Controls::LogicalBinary | |
virtual SMDSAbs_ElementType | GetType () const |
LogicalBinary () | |
virtual void | SetMesh (const SMDS_Mesh *theMesh) |
virtual void | SetPredicate1 (PredicatePtr thePred) |
virtual void | SetPredicate2 (PredicatePtr thePred) |
virtual | ~LogicalBinary () |
virtual SMDSAbs_ElementType | GetType () const =0 |
virtual bool | IsSatisfy (long theElementId)=0 |
Public Member Functions inherited from SMESH::Controls::Functor | |
virtual SMDSAbs_ElementType | GetType () const =0 |
virtual void | SetMesh (const SMDS_Mesh *theMesh)=0 |
virtual | ~Functor () |
Additional Inherited Members | |
Protected Attributes inherited from SMESH::Controls::LogicalBinary | |
PredicatePtr | myPredicate1 |
PredicatePtr | myPredicate2 |
|
virtual |
Implements SMESH::Controls::Predicate.
References SMESH::Controls::LogicalBinary::myPredicate1, and SMESH::Controls::LogicalBinary::myPredicate2.