#include <st_ProtoMesh.hpp>
Public Attributes | |
| uint | mNumberOfDimensions |
| Cell< uint > | mNumberOfEntities |
| Cell< uint > | mNumberOfGroups |
| size_t | mChecksum = 0 |
| string | mBelfemVersion |
| string | mGitHash |
| uint64_t | mConfigTag = 0 |
| string | mConfigText |
| string belfem::mesh::proto::MetaData::mBelfemVersion |
provenance of the writing build ( empty on older files ): the checksum is blind to the construction code, so "which build wrote this file" is the first question on any reload oddity
| size_t belfem::mesh::proto::MetaData::mChecksum = 0 |
| uint64_t belfem::mesh::proto::MetaData::mConfigTag = 0 |
fingerprint of the SETTINGS the mesh was enriched with, and the canonical text behind it. The checksum above identifies the base mesh only, so these are what catch an edited deck on an unchanged .msh. Zero / empty on files written before the tag existed
| string belfem::mesh::proto::MetaData::mConfigText |
| string belfem::mesh::proto::MetaData::mGitHash |
| uint belfem::mesh::proto::MetaData::mNumberOfDimensions |