Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::FamilyState Class Reference
Collaboration diagram for Arcane::FamilyState:

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

Detailed Description

Definition at line 43 of file ItemConnectivityMng.h.

Constructor & Destructor Documentation

◆ FamilyState()

Arcane::FamilyState::FamilyState ( )
inline

Definition at line 47 of file ItemConnectivityMng.h.

Member Data Documentation

◆ m_added_items

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().

◆ m_current_added_items

Int32UniqueArray Arcane::FamilyState::m_current_added_items

Current added items (no history).

Definition at line 60 of file ItemConnectivityMng.h.

◆ m_removed_items

Int32SharedArray Arcane::FamilyState::m_removed_items

◆ m_state

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().

◆ m_state_first_added_item_index

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.

◆ m_state_first_removed_item_index

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.


The documentation for this class was generated from the following file: