SALOME - SMESH
|
#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 |
Private Attributes | |
PredicatePtr | myPredicate |
Definition at line 494 of file SMESH_ControlsDef.hxx.
virtual SMESH::Controls::LogicalNOT::~LogicalNOT | ( | ) | [virtual] |
virtual bool SMESH::Controls::LogicalNOT::IsSatisfy | ( | long | theElementId | ) | [virtual] |
Implements SMESH::Controls::Predicate.
virtual void SMESH::Controls::LogicalNOT::SetMesh | ( | const SMDS_Mesh * | theMesh | ) | [virtual] |
Implements SMESH::Controls::Functor.
virtual void SMESH::Controls::LogicalNOT::SetPredicate | ( | PredicatePtr | thePred | ) | [virtual] |
virtual SMDSAbs_ElementType SMESH::Controls::LogicalNOT::GetType | ( | ) | const [virtual] |
Implements SMESH::Controls::Predicate.
PredicatePtr SMESH::Controls::LogicalNOT::myPredicate [private] |
Definition at line 504 of file SMESH_ControlsDef.hxx.