Struct that defines a domain (sideset or subdomain) map (id -> entities) and the items that should be output about that domain. More...
#include <MeshInfo.h>
Public Types | |
| using | id_type = typename InfoType::id_type |
| using | info_type = InfoType |
| using | map_type = std::map< id_type, InfoType > |
Public Member Functions | |
| InfoMap ()=default | |
| InfoMap (const ItemsType &items) | |
Public Attributes | |
| map_type | map |
| The underlying data. More... | |
| ItemsType | items |
| Which items are to be output. More... | |
Struct that defines a domain (sideset or subdomain) map (id -> entities) and the items that should be output about that domain.
| InfoType | The type of the information storage for each entity. |
| ItemsType | The type of the items storage that define what to output. |
Definition at line 252 of file MeshInfo.h.
| using MeshInfo::InfoMap< InfoType, ItemsType >::id_type = typename InfoType::id_type |
Definition at line 254 of file MeshInfo.h.
| using MeshInfo::InfoMap< InfoType, ItemsType >::info_type = InfoType |
Definition at line 255 of file MeshInfo.h.
| using MeshInfo::InfoMap< InfoType, ItemsType >::map_type = std::map<id_type, InfoType> |
Definition at line 256 of file MeshInfo.h.
|
default |
|
inline |
Definition at line 259 of file MeshInfo.h.
| ItemsType MeshInfo::InfoMap< InfoType, ItemsType >::items |
| map_type MeshInfo::InfoMap< InfoType, ItemsType >::map |
The underlying data.
Definition at line 262 of file MeshInfo.h.
Referenced by dataLoad(), dataStore(), MeshInfo::possiblyAddElemInfo(), and to_json().
1.8.14