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 115 of file MEDMeshReaderService.cc.
|
inlineexplicit |
Definition at line 119 of file MEDMeshReaderService.cc.
| Int32 Arcane::MEDMeshReader::MEDGroupInfo::m_index = -1 |
Index of the group in the group list.
Definition at line 126 of file MEDMeshReaderService.cc.
| UniqueArray<Int32> Arcane::MEDMeshReader::MEDGroupInfo::m_local_ids |
List of localId() of the group's entities.
Definition at line 132 of file MEDMeshReaderService.cc.
| UniqueArray<String> Arcane::MEDMeshReader::MEDGroupInfo::m_names |
Associated group names.
Definition at line 128 of file MEDMeshReaderService.cc.
| UniqueArray<Int64> Arcane::MEDMeshReader::MEDGroupInfo::m_unique_ids |
List of uniqueId() of the group's entities.
Definition at line 130 of file MEDMeshReaderService.cc.