Informations pour gérer le compactage des entités d'une famille. Plus de détails...
#include <arcane/core/ItemFamilyCompactInfos.h>
Fonctions membres publiques | |
ItemFamilyCompactInfos (IMeshCompacter *acompacter, IItemFamily *afamily) | |
IMeshCompacter * | compacter () const |
IItemFamily * | family () const |
Int32ConstArrayView | oldToNewLocalIds () const |
Conversion entre les anciens et les nouveaux id locaux. | |
Int32ConstArrayView | newToOldLocalIds () const |
Conversion entre les nouveaux et les anciens id locaux. | |
void | setOldToNewLocalIds (UniqueArray< Int32 > &&ids) |
void | setNewToOldLocalIds (UniqueArray< Int32 > &&ids) |
void | clear () |
Attributs privés | |
IMeshCompacter * | m_compacter |
IItemFamily * | m_family |
UniqueArray< Int32 > | m_old_to_new_local_ids |
UniqueArray< Int32 > | m_new_to_old_local_ids |
Informations pour gérer le compactage des entités d'une famille.
Définition à la ligne 35 du fichier ItemFamilyCompactInfos.h.
|
inline |
Définition à la ligne 38 du fichier ItemFamilyCompactInfos.h.
|
inline |
Définition à la ligne 40 du fichier ItemFamilyCompactInfos.h.
|
inline |
Définition à la ligne 63 du fichier ItemFamilyCompactInfos.h.
|
inline |
Définition à la ligne 42 du fichier ItemFamilyCompactInfos.h.
|
inline |
Définition à la ligne 43 du fichier ItemFamilyCompactInfos.h.
|
inline |
Conversion entre les nouveaux et les anciens id locaux.
Définition à la ligne 51 du fichier ItemFamilyCompactInfos.h.
Référencé par Arcane::mesh::DynamicMeshKindInfos::newToOldLocalIds().
|
inline |
Conversion entre les anciens et les nouveaux id locaux.
Définition à la ligne 45 du fichier ItemFamilyCompactInfos.h.
Référencé par Arcane::mesh::DynamicMeshKindInfos::oldToNewLocalIds().
|
inline |
Définition à la ligne 59 du fichier ItemFamilyCompactInfos.h.
|
inline |
Définition à la ligne 55 du fichier ItemFamilyCompactInfos.h.
|
private |
Définition à la ligne 69 du fichier ItemFamilyCompactInfos.h.
|
private |
Définition à la ligne 70 du fichier ItemFamilyCompactInfos.h.
|
private |
Définition à la ligne 72 du fichier ItemFamilyCompactInfos.h.
|
private |
Définition à la ligne 71 du fichier ItemFamilyCompactInfos.h.