1 #ifndef CALIBRATIONEXTRAINFO_H
2 #define CALIBRATIONEXTRAINFO_H
31 int GetIntData(std::string
const& label)
const;
32 std::vector<int>
const&
GetVecIntData(std::string
const& label)
const;
34 std::vector<float>
const&
GetVecFloatData(std::string
const& label)
const;
35 std::string
const&
GetStringData(std::string
const& label)
const;