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

Namespaces

 open3d
 
 open3d::io
 

Functions

FileGeometry open3d::io::ReadFileGeometryTypeXYZN (const std::string &path)
 
bool open3d::io::ReadPointCloudFromXYZN (const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
 
bool open3d::io::WritePointCloudToXYZN (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)