ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
LineSetIO.h File Reference
#include <LineSet.h>
#include <string>
#include "CV_io.h"
Include dependency graph for LineSetIO.h:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::io
 

Functions

std::shared_ptr< geometry::LineSet > cloudViewer::io::CreateLineSetFromFile (const std::string &filename, const std::string &format="auto", bool print_progress=false)
 
bool cloudViewer::io::ReadLineSet (const std::string &filename, geometry::LineSet &lineset, const std::string &format="auto", bool print_progress=false)
 
bool cloudViewer::io::WriteLineSet (const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false, bool print_progress=false)
 
bool cloudViewer::io::ReadLineSetFromPLY (const std::string &filename, geometry::LineSet &lineset, bool print_progress=false)
 
bool cloudViewer::io::WriteLineSetToPLY (const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false, bool print_progress=false)