(313315d (Wed Dec 23 23:39:47 2020 -0800))
#include <string>
#include "open3d/geometry/LineSet.h"
Go to the source code of this file.
|
std::shared_ptr< geometry::LineSet > | open3d::io::CreateLineSetFromFile (const std::string &filename, const std::string &format, bool print_progress) |
|
bool | open3d::io::ReadLineSet (const std::string &filename, geometry::LineSet &lineset, const std::string &format, bool print_progress) |
|
bool | open3d::io::WriteLineSet (const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed, bool print_progress) |
|
bool | open3d::io::ReadLineSetFromPLY (const std::string &filename, geometry::LineSet &lineset, bool print_progress) |
|
bool | open3d::io::WriteLineSetToPLY (const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed, bool print_progress) |
|