Public Member Functions | |
| FamilyState (const FamilyState &)=default | |
Public Attributes | |
| 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 |
Definition at line 43 of file ItemConnectivityMng.h.
|
inline |
Definition at line 47 of file ItemConnectivityMng.h.
| Int32SharedArray Arcane::FamilyState::m_added_items |
Concatenation of all the family changes during the simulation.
Definition at line 56 of file ItemConnectivityMng.h.
Referenced by Arcane::ItemConnectivityMng::notifyLocalIdChanged(), and Arcane::ItemConnectivityMng::setModifiedItems().
| Int32UniqueArray Arcane::FamilyState::m_current_added_items |
Current added items (no history).
Definition at line 60 of file ItemConnectivityMng.h.
| Int32SharedArray Arcane::FamilyState::m_removed_items |
idem
Definition at line 58 of file ItemConnectivityMng.h.
Referenced by Arcane::ItemConnectivityMng::notifyLocalIdChanged(), and Arcane::ItemConnectivityMng::setModifiedItems().
| Integer Arcane::FamilyState::m_state |
incremented at each change. Used to know if the connectivity is up to date with the family
Definition at line 63 of file ItemConnectivityMng.h.
Referenced by Arcane::ItemConnectivityMng::setModifiedItems().
| 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.
Definition at line 66 of file 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.
Definition at line 69 of file ItemConnectivityMng.h.