Open3D (C++ API)  0.18.0+5c982c7
Data Structures | Namespaces | Functions
FilePLY.cpp File Reference

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

#include <rply.h>
#include <vector>
#include "open3d/core/Dtype.h"
#include "open3d/core/Tensor.h"
#include "open3d/io/FileFormatIO.h"
#include "open3d/t/geometry/TensorMap.h"
#include "open3d/t/io/PointCloudIO.h"
#include "open3d/utility/FileSystem.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/ProgressReporters.h"

Data Structures

struct  open3d::t::io::PLYReaderState
 
struct  open3d::t::io::PLYReaderState::AttrState
 
struct  open3d::t::io::AttributePtr
 

Namespaces

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

Functions

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)