Arcane  4.2.1.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MEDMeshReader::MEDGroupInfo Class Reference

List of groups and the entities belonging to them. More...

Collaboration diagram for Arcane::MEDMeshReader::MEDGroupInfo:

Public Member Functions

 MEDGroupInfo (Int32 index)

Public Attributes

Int32 m_index = -1
 Index of the group in the group list.
UniqueArray< Stringm_names
 Associated group names.
UniqueArray< Int64m_unique_ids
 List of uniqueId() of the group's entities.
UniqueArray< Int32m_local_ids
 List of localId() of the group's entities.

Detailed Description

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.

Constructor & Destructor Documentation

◆ MEDGroupInfo()

Arcane::MEDMeshReader::MEDGroupInfo::MEDGroupInfo ( Int32 index)
inlineexplicit

Definition at line 120 of file MEDMeshReaderService.cc.

Member Data Documentation

◆ m_index

Int32 Arcane::MEDMeshReader::MEDGroupInfo::m_index = -1

Index of the group in the group list.

Definition at line 127 of file MEDMeshReaderService.cc.

◆ m_local_ids

UniqueArray<Int32> Arcane::MEDMeshReader::MEDGroupInfo::m_local_ids

List of localId() of the group's entities.

Definition at line 133 of file MEDMeshReaderService.cc.

◆ m_names

UniqueArray<String> Arcane::MEDMeshReader::MEDGroupInfo::m_names

Associated group names.

Definition at line 129 of file MEDMeshReaderService.cc.

◆ m_unique_ids

UniqueArray<Int64> Arcane::MEDMeshReader::MEDGroupInfo::m_unique_ids

List of uniqueId() of the group's entities.

Definition at line 131 of file MEDMeshReaderService.cc.


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