Open3D (C++ API)  0.18.0+80ae047
Namespaces | Functions
FilePLY.cpp File Reference

(80ae047 (Wed Mar 27 17:22:00 2024 -0700))

#include <rply.h>
#include "open3d/io/FileFormatIO.h"
#include "open3d/io/LineSetIO.h"
#include "open3d/io/PointCloudIO.h"
#include "open3d/io/TriangleMeshIO.h"
#include "open3d/io/VoxelGridIO.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/ProgressBar.h"
#include "open3d/utility/ProgressReporters.h"

Namespaces

 open3d
 
 open3d::io
 

Functions

FileGeometry open3d::io::ReadFileGeometryTypePLY (const std::string &path)
 
bool open3d::io::ReadPointCloudFromPLY (const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption &params)
 
bool open3d::io::WritePointCloudToPLY (const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption &params)
 
bool open3d::io::ReadTriangleMeshFromPLY (const std::string &filename, geometry::TriangleMesh &mesh, const ReadTriangleMeshOptions &params)
 
bool open3d::io::WriteTriangleMeshToPLY (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
 
bool open3d::io::ReadLineSetFromPLY (const std::string &filename, geometry::LineSet &lineset, bool print_progress)
 
bool open3d::io::WriteLineSetToPLY (const std::string &filename, const geometry::LineSet &lineset, bool write_ascii, bool compressed, bool print_progress)
 
bool open3d::io::ReadVoxelGridFromPLY (const std::string &filename, geometry::VoxelGrid &voxelgrid, bool print_progress)
 
bool open3d::io::WriteVoxelGridToPLY (const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii, bool compressed, bool print_progress)