Information to share a group into elements of the same subtype. More...
Public Member Functions | |
| Integer | nbType () const |
| Number of subtypes. | |
| GroupPartInfo (ItemGroup grp, Integer id, bool use_degenerated_hexa) | |
| Integer | totalNbElement () const |
| const EnsightPart & | typeInfo (Integer i) const |
| EnsightPart & | typeInfo (Integer i) |
| ItemGroup | group () const |
| Integer | partId () const |
| Int32 | generalItemTypeId (const Item &item) const |
| EnsightPart * | getTypeInfo (int type) |
Private Types | |
| using | TypeId = int |
Private Member Functions | |
| void | _initPartMap () |
| void | _init (bool use_degenerated_hexa) |
Private Attributes | |
| ItemGroup | m_group |
| Associated group. | |
| Integer | m_part_id |
| Part number. | |
| UniqueArray< EnsightPart > | m_parts |
| bool | m_is_polygonal_type_registration_done = false |
| bool | m_is_polyhedral_type_registration_done = false |
| std::unique_ptr< VariableItemInt32 > | m_general_item_types = nullptr |
| Variable to store the types of general items (untyped). | |
| std::unordered_map< TypeId, EnsightPart * > | m_parts_map |
Information to share a group into elements of the same subtype.
Definition at line 160 of file DumpWEnsight7.cc.
|
private |
Definition at line 214 of file DumpWEnsight7.cc.
|
inline |
Definition at line 169 of file DumpWEnsight7.cc.
|
inline |
Definition at line 173 of file DumpWEnsight7.cc.
|
inlineprivate |
Definition at line 226 of file DumpWEnsight7.cc.
|
inlineprivate |
Definition at line 219 of file DumpWEnsight7.cc.
Definition at line 191 of file DumpWEnsight7.cc.
|
inline |
Definition at line 196 of file DumpWEnsight7.cc.
|
inline |
Definition at line 189 of file DumpWEnsight7.cc.
|
inline |
Number of subtypes.
Definition at line 165 of file DumpWEnsight7.cc.
Referenced by Arcane::DumpWEnsight7::_computeGroupParts(), Arcane::DumpWEnsight7::_saveGroup(), and Arcane::DumpWEnsight7::_saveVariableOnGroup().
|
inline |
Definition at line 190 of file DumpWEnsight7.cc.
|
inline |
Definition at line 180 of file DumpWEnsight7.cc.
|
inline |
Definition at line 188 of file DumpWEnsight7.cc.
|
inline |
Definition at line 187 of file DumpWEnsight7.cc.
|
private |
Variable to store the types of general items (untyped).
Definition at line 213 of file DumpWEnsight7.cc.
|
private |
Associated group.
Definition at line 207 of file DumpWEnsight7.cc.
|
private |
Definition at line 210 of file DumpWEnsight7.cc.
|
private |
Definition at line 211 of file DumpWEnsight7.cc.
|
private |
Part number.
Definition at line 208 of file DumpWEnsight7.cc.
|
private |
Definition at line 209 of file DumpWEnsight7.cc.
|
private |
Definition at line 215 of file DumpWEnsight7.cc.