14#include "arcane/core/materials/internal/ConstituentItemLocalIdList.h"
16#include "arcane/utils/MemoryUtils.h"
27ConstituentItemLocalIdList::
28ConstituentItemLocalIdList(ComponentItemSharedInfo* shared_info,
const String& debug_name)
29: m_constituent_item_index_list(MemoryUtils::getDefaultDataAllocator())
30, m_shared_info(shared_info)
32 if (!debug_name.empty())
33 m_constituent_item_index_list.setDebugName(debug_name);
42void ConstituentItemLocalIdList::
45 m_constituent_item_index_list.resize(new_size);
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Active toujours les traces dans les parties Arcane concernant les matériaux.