Struct that contains all of the reporter data for a domain type (sideset or subdomain) and the items that should be output for that domain. More...
#include <MeshInfo.h>
Public Types | |
| using | info_map_type = InfoMapType |
| using | id_type = typename InfoMapType::id_type |
| using | info_type = typename InfoMapType::info_type |
| using | map_type = typename info_map_type::map_type |
| using | items_type = ItemsType |
Public Member Functions | |
| CombinedInfos (info_map_type *local, info_map_type *global, const ItemsType &items) | |
Public Attributes | |
| InfoMapType *const | local |
| Local information. More... | |
| InfoMapType *const | global |
| Global information. More... | |
| const ItemsType | items |
| Which entries are to be output. More... | |
Struct that contains all of the reporter data for a domain type (sideset or subdomain) and the items that should be output for that domain.
| InfoMapType | The type of the storage map (id -> information). |
| ItemsType | The type of the items storage that define what to output. |
Definition at line 282 of file MeshInfo.h.
| using MeshInfo::CombinedInfos< InfoMapType, ItemsType >::id_type = typename InfoMapType::id_type |
Definition at line 285 of file MeshInfo.h.
| using MeshInfo::CombinedInfos< InfoMapType, ItemsType >::info_map_type = InfoMapType |
Definition at line 284 of file MeshInfo.h.
| using MeshInfo::CombinedInfos< InfoMapType, ItemsType >::info_type = typename InfoMapType::info_type |
Definition at line 286 of file MeshInfo.h.
| using MeshInfo::CombinedInfos< InfoMapType, ItemsType >::items_type = ItemsType |
Definition at line 288 of file MeshInfo.h.
| using MeshInfo::CombinedInfos< InfoMapType, ItemsType >::map_type = typename info_map_type::map_type |
Definition at line 287 of file MeshInfo.h.
| MeshInfo::CombinedInfos< InfoMapType, InfoItemsType >::CombinedInfos | ( | info_map_type * | local, |
| info_map_type * | global, | ||
| const InfoItemsType & | items | ||
| ) |
Definition at line 244 of file MeshInfo.C.
| InfoMapType* const MeshInfo::CombinedInfos< InfoMapType, ItemsType >::global |
Global information.
Definition at line 295 of file MeshInfo.h.
Referenced by MeshInfo::possiblyAddElemInfo().
| const ItemsType MeshInfo::CombinedInfos< InfoMapType, ItemsType >::items |
Which entries are to be output.
Definition at line 297 of file MeshInfo.h.
Referenced by MeshInfo::possiblyAddElemInfo().
| InfoMapType* const MeshInfo::CombinedInfos< InfoMapType, ItemsType >::local |
Local information.
Definition at line 293 of file MeshInfo.h.
Referenced by MeshInfo::possiblyAddElemInfo().
1.8.14