|
std::shared_ptr< geometry::PointCloud > | open3d::io::CreatePointCloudFromFile (const std::string &filename, const std::string &format) |
|
bool | open3d::io::ReadPointCloud (const std::string &filename, geometry::PointCloud &pointcloud, const std::string &format) |
|
bool | open3d::io::WritePointCloud (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii, bool compressed) |
|
bool | open3d::io::ReadPointCloudFromXYZ (const std::string &filename, geometry::PointCloud &pointcloud) |
|
bool | open3d::io::WritePointCloudToXYZ (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |
|
bool | open3d::io::ReadPointCloudFromXYZN (const std::string &filename, geometry::PointCloud &pointcloud) |
|
bool | open3d::io::WritePointCloudToXYZN (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |
|
bool | open3d::io::ReadPointCloudFromXYZRGB (const std::string &filename, geometry::PointCloud &pointcloud) |
|
bool | open3d::io::WritePointCloudToXYZRGB (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |
|
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::ReadPointCloudFromPCD (const std::string &filename, geometry::PointCloud &pointcloud) |
|
bool | open3d::io::WritePointCloudToPCD (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |
|
bool | open3d::io::ReadPointCloudFromPTS (const std::string &filename, geometry::PointCloud &pointcloud) |
|
bool | open3d::io::WritePointCloudToPTS (const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false) |
|