Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::MEDMeshReader::MEDGroupInfo Class Reference

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< 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 115 of file MEDMeshReaderService.cc.

Constructor & Destructor Documentation

◆ MEDGroupInfo()

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

Definition at line 119 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 126 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 132 of file MEDMeshReaderService.cc.

◆ m_names

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

Associated group names.

Definition at line 128 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 130 of file MEDMeshReaderService.cc.


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