reader wip

This commit is contained in:
Andreas Engberg
2025-03-25 11:43:26 +01:00
parent dd9544d478
commit 3a352ccfc5
4 changed files with 62 additions and 50 deletions
+3 -1
View File
@@ -23,9 +23,11 @@
****************************************************************************************/
#include <ghoul/filesystem/filesystem.h>
#include <modules/volume/rawvolumemetadata.h>
namespace openspace {
void readVTIFile(const std::filesystem::path& path);
std::pair<volume::RawVolumeMetadata, std::vector<float>> readVTIFile(const std::filesystem::path& path, double timestep);
} // namespace openspace