SMESH.Controls.LogicalAND Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH.Controls.LogicalAND:

Inheritance 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

Member Function Documentation

bool LogicalAND::IsSatisfy long  theElementId  )  [virtual]
 

Implements SMESH.Controls.Predicate.

void LogicalBinary::SetMesh const SMDS_Mesh theMesh  )  [virtual, inherited]
 

Implements SMESH.Controls.Functor.

void LogicalBinary::SetPredicate1 PredicatePtr  thePred  )  [virtual, inherited]
 

void LogicalBinary::SetPredicate2 PredicatePtr  thePred  )  [virtual, inherited]
 

SMDSAbs_ElementType LogicalBinary::GetType  )  const [virtual, inherited]
 

Implements SMESH.Controls.Predicate.


Field Documentation

PredicatePtr SMESH.Controls.LogicalBinary.myPredicate1 [protected, inherited]
 

PredicatePtr SMESH.Controls.LogicalBinary.myPredicate2 [protected, inherited]