Volume Cartographer 2.27.0
SkyscanMetadataIO.hpp
Go to the documentation of this file.
1#pragma once
2
5#include <regex>
6
9
10namespace volcart
11{
25{
26public:
28 void setPath(const volcart::filesystem::path& p) { path_ = p; }
29
32
33 std::string getSliceRegexString();
34
35private:
37 void parse_();
38
40 volcart::filesystem::path path_;
41
44};
45
46} // namespace volcart
Generic interface for storing metadata as key/value pairs.
Definition: Metadata.hpp:27
Read a Skyscan metadata log.
Metadata read()
Read log file and return metadata object.
void parse_()
parse the file
void setPath(const volcart::filesystem::path &p)
Set the log file path.
volcart::filesystem::path path_
Volume Cartographer library