10#ifndef ARCANE_MESH_ITEMGROUPDYNAMICMESHOBSERVER_H
11#define ARCANE_MESH_ITEMGROUPDYNAMICMESHOBSERVER_H
16#include "arcane/mesh/MeshGlobal.h"
18#include "arcane/core/ItemGroupObserver.h"
34class ItemGroupDynamicMeshObserver
42 virtual ~ItemGroupDynamicMeshObserver() {}
Implementation of a mesh.
bool needInfo() const
Indicates whether the observer will need transition information.
void executeReduce(const Int32ConstArrayView *info)
Execute the action associated with the extension.
void executeExtend(const Int32ConstArrayView *new_items_info)
Execute the action associated with the extension.
void executeInvalidate()
Execute the action associated with invalidation.
void executeCompact(const Int32ConstArrayView *pinfo)
Executes the action associated with compaction.
ConstArrayView< Int32 > Int32ConstArrayView
C equivalent of a 1D array of 32-bit integers.