#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
LogicalNOT () | |
virtual | ~LogicalNOT () |
virtual bool | IsSatisfy (long theElementId) |
virtual void | SetMesh (const SMDS_Mesh *theMesh) |
virtual void | SetPredicate (PredicatePtr thePred) |
virtual SMDSAbs_ElementType | GetType () const |
virtual Predicate * | clone () const |
Private Attributes | |
PredicatePtr | myPredicate |
LogicalNOT::LogicalNOT | ( | ) |
|
virtual |
|
virtualinherited |
|
virtual |
Implements SMESH::Controls::Predicate.
References myPredicate, and SMDSAbs_All.
|
virtual |
Implements SMESH::Controls::Predicate.
References myPredicate.
|
virtual |
Implements SMESH::Controls::Functor.
References myPredicate.
|
virtual |
References myPredicate.
|
private |
Referenced by GetType(), IsSatisfy(), SetMesh(), and SetPredicate().