Version: 8.3.0
SMESH::Controls::LogicalNOT Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::LogicalNOT:

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 Predicateclone () const
 

Private Attributes

PredicatePtr myPredicate
 

Constructor & Destructor Documentation

LogicalNOT::LogicalNOT ( )
LogicalNOT::~LogicalNOT ( )
virtual

Member Function Documentation

SMDSAbs_ElementType LogicalNOT::GetType ( ) const
virtual

Implements SMESH::Controls::Predicate.

References myPredicate, and SMDSAbs_All.

bool LogicalNOT::IsSatisfy ( long  theElementId)
virtual

Implements SMESH::Controls::Predicate.

References myPredicate.

void LogicalNOT::SetMesh ( const SMDS_Mesh theMesh)
virtual

Implements SMESH::Controls::Functor.

References myPredicate.

void LogicalNOT::SetPredicate ( PredicatePtr  thePred)
virtual

References myPredicate.

Field Documentation

PredicatePtr SMESH::Controls::LogicalNOT::myPredicate
private