17 void getExportFileContent(
const std::string &extension, std::string &fileContent,
unsigned long long &uncompressedDataLength);
23 void ReadFileContent(
const std::string &fileName, std::string &fileContent,
unsigned long long &uncompressedDataLength);
25 void loadGmshData(
ot::UID gmshDataStorageID, std::vector<char> &meshContent);
Definition Application.h:25
Definition MeshExport.h:11
void getExportFileContent(const std::string &extension, std::string &fileContent, unsigned long long &uncompressedDataLength)
Definition MeshExport.cpp:44
std::string getFileExtensions(void)
Definition MeshExport.cpp:19
bool loadMesh(ot::UID currentMeshDataID)
Definition MeshExport.cpp:95
void cleanUp(void)
Definition MeshExport.cpp:123
~MeshExport()
Definition MeshExport.h:14
MeshExport(Application *app)
Definition MeshExport.h:13
The app namespace contains several functions that may be used to start processes.
unsigned long UID
Unique identifier (32 bit unsigned integer)
Definition CoreTypes.h:27