12#ifndef ARCANE_MATERIALS_MESHMATERIALEXCHANGEMNG_H
13#define ARCANE_MATERIALS_MESHMATERIALEXCHANGEMNG_H
17#include "arcane/utils/TraceAccessor.h"
46class MeshMaterialExchangeMng
57 virtual ~MeshMaterialExchangeMng();
64 bool isInMeshMaterialExchange()
const
66 return m_is_in_mesh_material_exchange;
73 bool m_is_in_mesh_material_exchange;
Factory for creating a step in the serialization of entity families.
Interface for the material and environment manager of a mesh.
void registerFactory()
Registers the factory for exchanges.
Implementation of a material manager.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
Always enables tracing in Arcane parts concerning materials.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --