#include <cl_Mesh_BfmFile.hpp>
Public Member Functions | |
| BfmFile (const string &aFilePath, Mesh *aMesh=nullptr) | |
| ~BfmFile () | |
| size_t | checksum () const |
| uint64_t | config_tag () const |
| string | config_text () const |
| Mesh * | get () |
| void | save () |
| void | load () |
| belfem::mesh::BfmFile::~BfmFile | ( | ) |
| size_t belfem::mesh::BfmFile::checksum | ( | ) | const |
| uint64_t belfem::mesh::BfmFile::config_tag | ( | ) | const |
settings fingerprint of the stored mesh, read WITHOUT loading the payload – the reuse decision happens before load(), so it cannot wait for load_meta_data(). Returns 0 / empty on files written before the tag existed, which the caller must treat as a mismatch
| string belfem::mesh::BfmFile::config_text | ( | ) | const |
|
inline |
| void belfem::mesh::BfmFile::load | ( | ) |
| void belfem::mesh::BfmFile::save | ( | ) |