mf
Media Framework
|
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 () | |
void | write (const ndarray_view< 1, const point_xyz > &) |
void | write (const ndarray_view< 1, const point_xyzrgb > &) |
void | write (const ndarray_view< 1, const point_full > &) |
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.
|
explicit |
mf::ply_exporter::~ply_exporter | ( | ) |
void mf::ply_exporter::close | ( | ) |
void mf::ply_exporter::write | ( | const ndarray_view< 1, const point_xyz > & | arr | ) |
void mf::ply_exporter::write | ( | const ndarray_view< 1, const point_xyzrgb > & | arr | ) |
void mf::ply_exporter::write | ( | const ndarray_view< 1, const point_full > & | arr | ) |