SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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

virtual bool SMESH::Controls::LogicalAND::IsSatisfy ( long  theElementId)
virtual
virtual void SMESH::Controls::LogicalBinary::SetMesh ( const SMDS_Mesh theMesh)
virtualinherited
virtual void SMESH::Controls::LogicalBinary::SetPredicate1 ( PredicatePtr  thePred)
virtualinherited
virtual void SMESH::Controls::LogicalBinary::SetPredicate2 ( PredicatePtr  thePred)
virtualinherited
virtual SMDSAbs_ElementType SMESH::Controls::LogicalBinary::GetType ( ) const
virtualinherited

Field Documentation

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

Definition at line 523 of file SMESH_ControlsDef.hxx.

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

Definition at line 524 of file SMESH_ControlsDef.hxx.