SALOME - SMESH
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SMESH::Controls::LogicalOR Class Reference

#include <SMESH_ControlsDef.hxx>

Inheritance diagram for SMESH::Controls::LogicalOR:
Inheritance graph
Collaboration diagram for SMESH::Controls::LogicalOR:
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 543 of file SMESH_ControlsDef.hxx.


Member Function Documentation

virtual bool SMESH::Controls::LogicalOR::IsSatisfy ( long  theElementId) [virtual]
virtual void SMESH::Controls::LogicalBinary::SetMesh ( const SMDS_Mesh theMesh) [virtual, inherited]
virtual void SMESH::Controls::LogicalBinary::SetPredicate1 ( PredicatePtr  thePred) [virtual, inherited]
virtual void SMESH::Controls::LogicalBinary::SetPredicate2 ( PredicatePtr  thePred) [virtual, inherited]

Field Documentation

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

Definition at line 523 of file SMESH_ControlsDef.hxx.

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

Definition at line 524 of file SMESH_ControlsDef.hxx.