|
bool | open3d::io::ReadPointCloudFromPLY (const std::string &filename, geometry::PointCloud &pointcloud) |
|
bool | open3d::io::WritePointCloudToPLY (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |
|
bool | open3d::io::ReadTriangleMeshFromPLY (const std::string &filename, geometry::TriangleMesh &mesh) |
|
bool | open3d::io::WriteTriangleMeshToPLY (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii=false, bool compressed=false) |
|
bool | open3d::io::ReadLineSetFromPLY (const std::string &filename, geometry::LineSet &lineset) |
|
bool | open3d::io::WriteLineSetToPLY (const std::string &filename, const geometry::LineSet &lineset, bool write_ascii=false, bool compressed=false) |
|
bool | open3d::io::ReadVoxelGridFromPLY (const std::string &filename, geometry::VoxelGrid &voxelgrid) |
|
bool | open3d::io::WriteVoxelGridToPLY (const std::string &filename, const geometry::VoxelGrid &voxelgrid, bool write_ascii=false, bool compressed=false) |
|