SALOME - SMESH
|
#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
virtual bool | IsSatisfy (long theElementId) |
virtual void | SetMesh (const SMDS_Mesh *theMesh) |
virtual void | SetPredicate1 (PredicatePtr thePred) |
virtual void | SetPredicate2 (PredicatePtr thePred) |
virtual SMDSAbs_ElementType | GetType () const |
Protected Attributes | |
PredicatePtr | myPredicate1 |
PredicatePtr | myPredicate2 |
Definition at line 543 of file SMESH_ControlsDef.hxx.
virtual bool SMESH::Controls::LogicalOR::IsSatisfy | ( | long | theElementId | ) | [virtual] |
Implements SMESH::Controls::Predicate.
virtual void SMESH::Controls::LogicalBinary::SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual, inherited] |
Implements SMESH::Controls::Functor.
virtual void SMESH::Controls::LogicalBinary::SetPredicate1 | ( | PredicatePtr | thePred | ) | [virtual, inherited] |
virtual void SMESH::Controls::LogicalBinary::SetPredicate2 | ( | PredicatePtr | thePred | ) | [virtual, inherited] |
virtual SMDSAbs_ElementType SMESH::Controls::LogicalBinary::GetType | ( | ) | const [virtual, inherited] |
Implements SMESH::Controls::Predicate.
PredicatePtr SMESH::Controls::LogicalBinary::myPredicate1 [protected, inherited] |
Definition at line 523 of file SMESH_ControlsDef.hxx.
PredicatePtr SMESH::Controls::LogicalBinary::myPredicate2 [protected, inherited] |
Definition at line 524 of file SMESH_ControlsDef.hxx.