34 #define BOOST_FILESYSTEM_NO_DEPRECATED 35 #include <boost/filesystem.hpp> 36 #include <boost/system/error_code.hpp> 39 #include <boost/property_tree/ptree.hpp> 40 #include <boost/property_tree/xml_parser.hpp> 41 namespace pt = boost::property_tree;
56 RieglProject(std::string dir, std::string input_cloud_format =
"rxp");
std::ostream & operator<<(std::ostream &os, const BaseVector< T > &v)
std::string m_input_cloud_format
void parse_scanpositions(pt::ptree project_ptree, unsigned int start, unsigned int end)
std::vector< ScanPosition > m_scan_positions
void parse_images_per_scanpos(ScanPosition &scanpos, pt::ptree scanpos_ptree, pt::ptree project_ptree)
RieglProject(std::string dir, std::string input_cloud_format="rxp")
Construct a new Riegl Project object.
bool parse_project(unsigned int start, unsigned int end)