Fonctions membres publiques | |
FamilyState (const FamilyState &)=default | |
Attributs publics | |
Int32SharedArray | m_added_items |
Concatenation of all the family changes during the simulation. | |
Int32SharedArray | m_removed_items |
idem | |
Int32UniqueArray | m_current_added_items |
Current added items (no history) | |
Integer | m_state |
IntegerSharedArray | m_state_first_added_item_index |
IntegerSharedArray | m_state_first_removed_item_index |
Définition à la ligne 43 du fichier ItemConnectivityMng.h.
|
inline |
Définition à la ligne 46 du fichier ItemConnectivityMng.h.
Int32SharedArray Arcane::FamilyState::m_added_items |
Concatenation of all the family changes during the simulation.
Définition à la ligne 52 du fichier ItemConnectivityMng.h.
Int32UniqueArray Arcane::FamilyState::m_current_added_items |
Current added items (no history)
Définition à la ligne 56 du fichier ItemConnectivityMng.h.
Int32SharedArray Arcane::FamilyState::m_removed_items |
idem
Définition à la ligne 54 du fichier ItemConnectivityMng.h.
Integer Arcane::FamilyState::m_state |
incremented at each change. Used to know if the connectivity is up to date with the family
Définition à la ligne 59 du fichier ItemConnectivityMng.h.
IntegerSharedArray Arcane::FamilyState::m_state_first_added_item_index |
Indicate the position in added or removed_items arrays of the first item added or removed in the current state.
Définition à la ligne 62 du fichier ItemConnectivityMng.h.
IntegerSharedArray Arcane::FamilyState::m_state_first_removed_item_index |
Indicate the position in added or removed_items arrays of the first item added or removed in the current state.
Définition à la ligne 65 du fichier ItemConnectivityMng.h.