Base struct for information for a single entry (elem, sideset, subdomain). More...
#include <MeshInfo.h>
Public Types | |
| using | id_type = IDType |
Public Member Functions | |
| InfoBase ()=default | |
| InfoBase (const IDType id) | |
Public Attributes | |
| IDType | id |
| ID. More... | |
Base struct for information for a single entry (elem, sideset, subdomain).
| IDType | The type of the ID. |
Definition at line 82 of file MeshInfo.h.
| using MeshInfo::InfoBase< IDType >::id_type = IDType |
Definition at line 84 of file MeshInfo.h.
|
default |
|
inline |
Definition at line 87 of file MeshInfo.h.
| IDType MeshInfo::InfoBase< IDType >::id |
ID.
Definition at line 90 of file MeshInfo.h.
1.8.14