SALOME - SMESH
SMESH::Controls::LogicalAND Class Reference

#include <SMESH_ControlsDef.hxx>

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

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
 

Protected Attributes

PredicatePtr myPredicate1
 
PredicatePtr myPredicate2
 

Detailed Description

Definition at line 533 of file SMESH_ControlsDef.hxx.

Member Function Documentation

◆ IsSatisfy()

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

◆ SetMesh()

virtual void SMESH::Controls::LogicalBinary::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited

◆ SetPredicate1()

virtual void SMESH::Controls::LogicalBinary::SetPredicate1 ( PredicatePtr  thePred)
virtualinherited

◆ SetPredicate2()

virtual void SMESH::Controls::LogicalBinary::SetPredicate2 ( PredicatePtr  thePred)
virtualinherited

◆ GetType()

virtual SMDSAbs_ElementType SMESH::Controls::LogicalBinary::GetType ( ) const
virtualinherited

Field Documentation

◆ myPredicate1

PredicatePtr SMESH::Controls::LogicalBinary::myPredicate1
protectedinherited

Definition at line 523 of file SMESH_ControlsDef.hxx.

◆ myPredicate2

PredicatePtr SMESH::Controls::LogicalBinary::myPredicate2
protectedinherited

Definition at line 524 of file SMESH_ControlsDef.hxx.