Information to manage the compaction of entities of a family. More...
#include <arcane/core/ItemFamilyCompactInfos.h>
Public Member Functions | |
| ItemFamilyCompactInfos (IMeshCompacter *acompacter, IItemFamily *afamily) | |
| IMeshCompacter * | compacter () const |
| IItemFamily * | family () const |
| Int32ConstArrayView | oldToNewLocalIds () const |
| Conversion between old and new local IDs. | |
| Int32ConstArrayView | newToOldLocalIds () const |
| Conversion between new and old local IDs. | |
| void | setOldToNewLocalIds (UniqueArray< Int32 > &&ids) |
| void | setNewToOldLocalIds (UniqueArray< Int32 > &&ids) |
| void | clear () |
Private Attributes | |
| IMeshCompacter * | m_compacter = nullptr |
| IItemFamily * | m_family = nullptr |
| UniqueArray< Int32 > | m_old_to_new_local_ids |
| UniqueArray< Int32 > | m_new_to_old_local_ids |
Information to manage the compaction of entities of a family.
Definition at line 31 of file ItemFamilyCompactInfos.h.
|
inline |
Definition at line 35 of file ItemFamilyCompactInfos.h.
|
inline |
Definition at line 64 of file ItemFamilyCompactInfos.h.
|
inline |
Definition at line 43 of file ItemFamilyCompactInfos.h.
|
inline |
Definition at line 44 of file ItemFamilyCompactInfos.h.
|
inline |
Conversion between new and old local IDs.
Definition at line 52 of file ItemFamilyCompactInfos.h.
Referenced by Arcane::mesh::ItemFamily::compactVariablesAndGroups().
|
inline |
Conversion between old and new local IDs.
Definition at line 46 of file ItemFamilyCompactInfos.h.
Referenced by Arcane::mesh::ItemFamily::_compactFromParentFamily(), and Arcane::mesh::ItemFamily::compactVariablesAndGroups().
|
inline |
Definition at line 60 of file ItemFamilyCompactInfos.h.
|
inline |
Definition at line 56 of file ItemFamilyCompactInfos.h.
|
private |
Definition at line 72 of file ItemFamilyCompactInfos.h.
|
private |
Definition at line 73 of file ItemFamilyCompactInfos.h.
|
private |
Definition at line 75 of file ItemFamilyCompactInfos.h.
|
private |
Definition at line 74 of file ItemFamilyCompactInfos.h.