SMESH::Controls::LogicalBinary Class Reference
#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 bool | IsSatisfy (long theElementId)=0 |
Public Member Functions inherited from SMESH::Controls::Functor | |
| ~Functor () | |
Protected Attributes | |
| PredicatePtr | myPredicate1 |
| PredicatePtr | myPredicate2 |
Constructor & Destructor Documentation
◆ LogicalBinary()
| LogicalBinary::LogicalBinary | ( | ) |
◆ ~LogicalBinary()
|
virtual |
Member Function Documentation
◆ GetType()
|
virtual |
Implements SMESH::Controls::Predicate.
References myPredicate1, and myPredicate2.
◆ SetMesh()
|
virtual |
Implements SMESH::Controls::Functor.
References myPredicate1, and myPredicate2.
◆ SetPredicate1()
|
virtual |
References myPredicate1.
◆ SetPredicate2()
|
virtual |
References myPredicate2.
Member Data Documentation
◆ myPredicate1
|
protected |
◆ myPredicate2
|
protected |
The documentation for this class was generated from the following files:
- src/3rdParty/salomesmesh/inc/SMESH_ControlsDef.hxx
- src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp
Public Member Functions inherited from
1.8.17