![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

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