(#489) Added interface to get access to depth unit

This commit is contained in:
Pål Hagen
2015-09-18 13:43:56 +02:00
parent 479b2083ef
commit 39193396ae
3 changed files with 22 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ public:
void WriteToFile(const std::string & filename,
const std::vector<std::string> & comment_header);
std::string depthUnit() const { return depth_unit_; };
private:
void ReadHeader(const std::string & filename,
std::ifstream & fin,