SMESH::Controls::LogicalBinary Class Reference

#include <SMESH_ControlsDef.hxx>

Public Member Functions

virtual SMDSAbs_ElementType GetType () const
 
 LogicalBinary ()
 
virtual void SetMesh (const SMDS_Mesh *theMesh)
 
virtual void SetPredicate1 (PredicatePtr thePred)
 
virtual void SetPredicate2 (PredicatePtr thePred)
 
virtual ~LogicalBinary ()
 
- Public Member Functions inherited from SMESH::Controls::Predicate
virtual SMDSAbs_ElementType GetType () const =0
 
virtual bool IsSatisfy (long theElementId)=0
 
- Public Member Functions inherited from SMESH::Controls::Functor
virtual SMDSAbs_ElementType GetType () const =0
 
virtual void SetMesh (const SMDS_Mesh *theMesh)=0
 
virtual ~Functor ()
 

Protected Attributes

PredicatePtr myPredicate1
 
PredicatePtr myPredicate2
 

Constructor & Destructor Documentation

◆ LogicalBinary()

LogicalBinary::LogicalBinary ( )

◆ ~LogicalBinary()

LogicalBinary::~LogicalBinary ( )
virtual

Member Function Documentation

◆ GetType()

SMDSAbs_ElementType LogicalBinary::GetType ( ) const
virtual

◆ SetMesh()

void LogicalBinary::SetMesh ( const SMDS_Mesh theMesh)
virtual

Implements SMESH::Controls::Functor.

References myPredicate1, and myPredicate2.

◆ SetPredicate1()

void LogicalBinary::SetPredicate1 ( PredicatePtr  thePred)
virtual

References myPredicate1.

◆ SetPredicate2()

void LogicalBinary::SetPredicate2 ( PredicatePtr  thePred)
virtual

References myPredicate2.

Member Data Documentation

◆ myPredicate1

PredicatePtr SMESH::Controls::LogicalBinary::myPredicate1
protected

◆ myPredicate2

PredicatePtr SMESH::Controls::LogicalBinary::myPredicate2
protected

The documentation for this class was generated from the following files: