licornea_tools
Public Member Functions | List of all members
tlz::ply_exporter Class Reference

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

tlz::ply_exporter::ply_exporter ( const std::string &  filename,
bool  full = true,
bool  ascii = false,
line_delimitor  ld = line_delimitor::LF 
)
explicit

Definition at line 13 of file ply_exporter.cc.

tlz::ply_exporter::~ply_exporter ( )

Definition at line 45 of file ply_exporter.cc.

Here is the call graph for this function:

Member Function Documentation

void tlz::ply_exporter::close ( )

Definition at line 50 of file ply_exporter.cc.

Here is the call graph for this function:

template<typename It >
void tlz::ply_exporter::write ( It  begin,
It  end 
)

The documentation for this class was generated from the following files: