•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
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 () |
Public Member Functions inherited from SMESH::Controls::Predicate | |
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 () |
Protected Attributes | |
PredicatePtr | myPredicate1 |
PredicatePtr | myPredicate2 |
LogicalBinary::LogicalBinary | ( | ) |
|
virtual |
|
virtual |
Implements SMESH::Controls::Predicate.
References myPredicate1, and myPredicate2.
|
virtual |
Implements SMESH::Controls::Functor.
References myPredicate1, and myPredicate2.
|
virtual |
References myPredicate1.
|
virtual |
References myPredicate2.
|
protected |
|
protected |