SALOME - SMESH
SMESH::Controls::LogicalNOT Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::LogicalNOT:
Inheritance graph
Collaboration diagram for SMESH::Controls::LogicalNOT:
Collaboration graph

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
 

Detailed Description

Definition at line 494 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ LogicalNOT()

SMESH::Controls::LogicalNOT::LogicalNOT ( )

◆ ~LogicalNOT()

virtual SMESH::Controls::LogicalNOT::~LogicalNOT ( )
virtual

Member Function Documentation

◆ IsSatisfy()

virtual bool SMESH::Controls::LogicalNOT::IsSatisfy ( long  theElementId)
virtual

◆ SetMesh()

virtual void SMESH::Controls::LogicalNOT::SetMesh ( const SMDS_Mesh theMesh)
virtual

◆ SetPredicate()

virtual void SMESH::Controls::LogicalNOT::SetPredicate ( PredicatePtr  thePred)
virtual

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::LogicalNOT::GetType ( ) const
virtual

Field Documentation

◆ myPredicate

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

Definition at line 504 of file SMESH_ControlsDef.hxx.