1 #ifndef LICORNEA_PLY_EXPORTER_H_ 2 #define LICORNEA_PLY_EXPORTER_H_ 16 std::ofstream::pos_type vertex_count_string_position_;
17 std::size_t count_ = 0;
23 void write_line_(
const std::string& ln);
33 const std::string& filename,
40 template<
typename It>
void write(It begin, It end);
47 #include "ply_exporter.tcc"
Exports point cloud into PLY file.
void write(It begin, It end)
ply_exporter(const std::string &filename, bool full=true, bool ascii=false, line_delimitor ld=line_delimitor::LF)