Version: 9.16.0
SMESH::Controls::LogicalAND Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::LogicalAND:

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

Protected Attributes

PredicatePtr myPredicate1
 
PredicatePtr myPredicate2
 

Member Function Documentation

◆ clone()

◆ GetType()

◆ IsSatisfy()

bool LogicalAND::IsSatisfy ( long  theElementId)
virtual

◆ SetMesh()

void LogicalBinary::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited

◆ SetPredicate1()

void LogicalBinary::SetPredicate1 ( PredicatePtr  thePred)
virtualinherited

◆ SetPredicate2()

void LogicalBinary::SetPredicate2 ( PredicatePtr  thePred)
virtualinherited

Field Documentation

◆ myPredicate1

◆ myPredicate2