Open3D (C++ API)
Namespaces | Functions
LineSetIO.cpp File Reference
#include "Open3D/IO/ClassIO/LineSetIO.h"
#include <unordered_map>
#include "Open3D/Utility/Console.h"
#include "Open3D/Utility/FileSystem.h"

Namespaces

 open3d
 
 open3d::io
 

Functions

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)