mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 13:08:49 -05:00
reader wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user