Open3D (C++ API)  0.18.0+5c982c7
Namespaces | Functions
PointCloudIO.h File Reference

(5c982c7 (Thu Apr 18 12:15:13 2024 -0700))

#include <string>
#include "open3d/io/PointCloudIO.h"
#include "open3d/t/geometry/PointCloud.h"

Go to the source code of this file.

Namespaces

 open3d
 
 open3d::t
 
 open3d::t::io
 

Functions

std::shared_ptr< geometry::PointCloud > open3d::t::io::CreatePointCloudFromFile (const std::string &filename, const std::string &format, bool print_progress)
 
bool open3d::t::io::ReadPointCloud (const std::string &filename, geometry::PointCloud &pointcloud, const open3d::io::ReadPointCloudOption &params)
 
bool open3d::t::io::WritePointCloud (const std::string &filename, const geometry::PointCloud &pointcloud, const open3d::io::WritePointCloudOption &params)
 
bool open3d::t::io::ReadPointCloudFromNPZ (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption &params)
 
bool open3d::t::io::WritePointCloudToNPZ (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption &params)
 
bool open3d::t::io::ReadPointCloudFromTXT (const std::string &filename, geometry::PointCloud &pointcloud, const open3d::io::ReadPointCloudOption &params)
 
bool open3d::t::io::WritePointCloudToTXT (const std::string &filename, const geometry::PointCloud &pointcloud, const open3d::io::WritePointCloudOption &params)
 
bool open3d::t::io::ReadPointCloudFromPCD (const std::string &filename, t::geometry::PointCloud &pointcloud, const ReadPointCloudOption &params)
 
bool open3d::t::io::WritePointCloudToPCD (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption &params)
 
bool open3d::t::io::ReadPointCloudFromPLY (const std::string &filename, geometry::PointCloud &pointcloud, const open3d::io::ReadPointCloudOption &params)
 
bool open3d::t::io::WritePointCloudToPLY (const std::string &filename, const geometry::PointCloud &pointcloud, const open3d::io::WritePointCloudOption &params)
 
bool open3d::t::io::ReadPointCloudFromPTS (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption &params)
 
bool open3d::t::io::WritePointCloudToPTS (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption &params)