Version: 9.12.0
SMESH_Group_i.cxx File Reference
#include "SMESH_Group_i.hxx"
#include "SMESHDS_Group.hxx"
#include "SMESHDS_GroupOnFilter.hxx"
#include "SMESHDS_GroupOnGeom.hxx"
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Comment.hxx"
#include "SMESH_Filter_i.hxx"
#include "SMESH_Gen_i.hxx"
#include "SMESH_Group.hxx"
#include "SMESH_Mesh_i.hxx"
#include "SMESH_PythonDump.hxx"
#include "SMESH_PreMeshInfo.hxx"
#include <CORBA_SERVER_HEADER(SMESH_Filter)>
#include "utilities.h"
Include dependency graph for SMESH_Group_i.cxx:

Macros

#define SEPAR   '^'
 

Typedefs

typedef bool(SMESHDS_Group::* TFunChangeGroup) (const smIdType)
 

Functions

CORBA::Long ChangeByPredicate (SMESH::Predicate_i *thePredicate, SMESHDS_GroupBase *theGroupBase, SMESH::NotifyerAndWaiter *theGroupImpl, TFunChangeGroup theFun)
 

Macro Definition Documentation

◆ SEPAR

#define SEPAR   '^'

Typedef Documentation

◆ TFunChangeGroup

typedef bool(SMESHDS_Group::* TFunChangeGroup) (const smIdType)

Function Documentation

◆ ChangeByPredicate()