licornea_tools
|
Exports point cloud into PLY file. More...
#include <ply_exporter.h>
Public Member Functions | |
ply_exporter (const std::string &filename, bool full=true, bool ascii=false, line_delimitor ld=line_delimitor::LF) | |
~ply_exporter () | |
template<typename It > | |
void | write (It begin, It end) |
void | close () |
Exports point cloud into PLY file.
Can generate binary or ASCII format, and either only XYZ coordinates or with color, weight and normals.
Definition at line 13 of file ply_exporter.h.
|
explicit |
Definition at line 13 of file ply_exporter.cc.
tlz::ply_exporter::~ply_exporter | ( | ) |
void tlz::ply_exporter::close | ( | ) |
void tlz::ply_exporter::write | ( | It | begin, |
It | end | ||
) |