List of groups and the entities belonging to them. More...
Public Member Functions | |
| MEDGroupInfo (Int32 index) | |
Public Attributes | |
| Int32 | m_index = -1 |
| Index of the group in the group list. | |
| UniqueArray< String > | m_names |
| Associated group names. | |
| UniqueArray< Int64 > | m_unique_ids |
| List of uniqueId() of the group's entities. | |
| UniqueArray< Int32 > | m_local_ids |
| List of localId() of the group's entities. | |
List of groups and the entities belonging to them.
For each group, we can provide either the list of uniqueId() of the entities inside, or the list of localId(). The first case is used by cells and the second by faces and nodes
Definition at line 116 of file MEDMeshReaderService.cc.
|
inlineexplicit |
Definition at line 120 of file MEDMeshReaderService.cc.
| Int32 Arcane::MEDMeshReader::MEDGroupInfo::m_index = -1 |
Index of the group in the group list.
Definition at line 127 of file MEDMeshReaderService.cc.
| UniqueArray<Int32> Arcane::MEDMeshReader::MEDGroupInfo::m_local_ids |
List of localId() of the group's entities.
Definition at line 133 of file MEDMeshReaderService.cc.
| UniqueArray<String> Arcane::MEDMeshReader::MEDGroupInfo::m_names |
Associated group names.
Definition at line 129 of file MEDMeshReaderService.cc.
| UniqueArray<Int64> Arcane::MEDMeshReader::MEDGroupInfo::m_unique_ids |
List of uniqueId() of the group's entities.
Definition at line 131 of file MEDMeshReaderService.cc.