Version: 9.12.0
SMESH::Predicate Interface Reference

Predicates are intended for verification of criteria, they return bool value by mesh id. More...

import"SMESH_Filter.idl";

Inheritance diagram for SMESH::Predicate:

Public Member Functions

boolean IsSatisfy (in long thEntityId)
 
long NbSatisfying (in SMESH::SMESH_IDSource obj)
 
void SetMesh (in SMESH_Mesh theMesh)
 
FunctorType GetFunctorType ()
 
ElementType GetElementType ()
 

Detailed Description

Predicates are intended for verification of criteria, they return bool value by mesh id.

Member Function Documentation

◆ GetElementType()

ElementType SMESH::Functor::GetElementType ( )
inherited

◆ GetFunctorType()

FunctorType SMESH::Functor::GetFunctorType ( )
inherited

◆ IsSatisfy()

boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)

◆ NbSatisfying()

long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)

◆ SetMesh()

void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited