Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
FilePLY.cpp File Reference

Namespaces

namespace  open3d
namespace  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)