Version: 8.3.0
SMESH::BelongToMeshGroup Interface Reference

Logical functor (predicate) "Belong To Mesh Group". More...

import "SMESH_Filter.idl";

Inheritance diagram for SMESH::BelongToMeshGroup:

Public Member Functions

void SetGroup (in SMESH::SMESH_GroupBase theGroup)
 
void SetGroupID (in string theID)
 
SMESH::SMESH_GroupBase GetGroup ()
 
boolean IsSatisfy (in long thEntityId)
 
long NbSatisfying (in SMESH::SMESH_IDSource obj)
 
void SetMesh (in SMESH_Mesh theMesh)
 
FunctorType GetFunctorType ()
 
ElementType GetElementType ()
 

Detailed Description

Logical functor (predicate) "Belong To Mesh Group".

Verify whether a mesh element is included into a mesh group

Member Function Documentation

ElementType SMESH::Functor::GetElementType ( )
inherited
FunctorType SMESH::Functor::GetFunctorType ( )
inherited
SMESH::SMESH_GroupBase SMESH::BelongToMeshGroup::GetGroup ( )
boolean SMESH::Predicate::IsSatisfy ( in long  thEntityId)
inherited
long SMESH::Predicate::NbSatisfying ( in SMESH::SMESH_IDSource  obj)
inherited
void SMESH::BelongToMeshGroup::SetGroup ( in SMESH::SMESH_GroupBase  theGroup)
void SMESH::BelongToMeshGroup::SetGroupID ( in string  theID)
void SMESH::Functor::SetMesh ( in SMESH_Mesh  theMesh)
inherited