14#include "arcane/core/materials/internal/ConstituentItemLocalIdList.h"
27ConstituentItemLocalIdList::
28ConstituentItemLocalIdList(ComponentItemSharedInfo* shared_info,
const String& debug_name)
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);
Fonctions de gestion mémoire et des allocateurs.
Active toujours les traces dans les parties Arcane concernant les matériaux.
IMemoryAllocator * getDefaultDataAllocator()
Allocateur par défaut pour les données.