12#ifndef ARCANE_MESH_CELLFAMILYSERIALIZER_H
13#define ARCANE_MESH_CELLFAMILYSERIALIZER_H
17#include "arcane/utils/TraceAccessor.h"
19#include "arcane/core/IItemFamilySerializer.h"
39class ARCANE_MESH_EXPORT CellFamilySerializer
55 ARCANE_UNUSED(cells_local_id);
60 ARCANE_UNUSED(cells_local_id);
Manages the serialization/deserialization of entities in a family.
Interface of an entity family.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
void deserializeItemRelations(ISerializer *buf, Int32Array *cells_local_id) override
Deserializes the relations of the entities of the family family() from buf.
void serializeItemRelations(ISerializer *buf, Int32ConstArrayView cells_local_id) override
Serializes the relations of the entities of the family family() into buf.
void deserializeItems(ISerializer *buf, Int32Array *cells_local_id) override
Deserializes the entities of the family family() from buf.
void serializeItems(ISerializer *buf, Int32ConstArrayView cells_local_id) override
Serializes the entities of the family family() into buf.
IItemFamily * family() const override
Associated family.
Construction of a mesh incrementally.
ConstArrayView< Int32 > Int32ConstArrayView
C equivalent of a 1D array of 32-bit integers.
Array< Int32 > Int32Array
Dynamic one-dimensional array of 32-bit integers.