Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
LineSetIO.cpp File Reference
#include "open3d/io/LineSetIO.h"
#include <unordered_map>
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"

Namespaces

namespace  open3d
namespace  open3d::io

Functions

std::shared_ptr< geometry::LineSetopen3d::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)