19using open3d::io::ReadPointCloudOption;
20using open3d::io::WritePointCloudOption;
25 const std::string &filename,
26 const std::string &format =
"auto",
27 bool print_progress =
false);
34 geometry::PointCloud &pointcloud,
42 const geometry::PointCloud &pointcloud,
46 geometry::PointCloud &pointcloud,
50 const geometry::PointCloud &pointcloud,
54 geometry::PointCloud &pointcloud,
58 const geometry::PointCloud &pointcloud,
62 geometry::PointCloud &pointcloud,
66 const geometry::PointCloud &pointcloud,
70 geometry::PointCloud &pointcloud,
74 const geometry::PointCloud &pointcloud,
78 geometry::PointCloud &pointcloud,
82 const geometry::PointCloud &pointcloud,
Definition FileASSIMP.cpp:35
bool ReadPointCloudFromTXT(const std::string &filename, geometry::PointCloud &pointcloud, const open3d::io::ReadPointCloudOption ¶ms)
Definition FileTXT.cpp:26
std::shared_ptr< geometry::PointCloud > CreatePointCloudFromFile(const std::string &filename, const std::string &format, bool print_progress)
Definition PointCloudIO.cpp:58
bool WritePointCloudToPLY(const std::string &filename, const geometry::PointCloud &pointcloud, const open3d::io::WritePointCloudOption ¶ms)
Definition FilePLY.cpp:294
bool WritePointCloudToPCD(const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms)
Definition FilePCD.cpp:1178
bool ReadPointCloud(const std::string &filename, geometry::PointCloud &pointcloud, const open3d::io::ReadPointCloudOption ¶ms)
Definition PointCloudIO.cpp:68
bool ReadPointCloudFromPLY(const std::string &filename, geometry::PointCloud &pointcloud, const open3d::io::ReadPointCloudOption ¶ms)
Definition FilePLY.cpp:147
bool WritePointCloud(const std::string &filename, const geometry::PointCloud &pointcloud, const open3d::io::WritePointCloudOption ¶ms)
Definition PointCloudIO.cpp:131
bool WritePointCloudToTXT(const std::string &filename, const geometry::PointCloud &pointcloud, const open3d::io::WritePointCloudOption ¶ms)
Definition FileTXT.cpp:130
bool WritePointCloudToNPZ(const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms)
Definition PointCloudIO.cpp:179
bool ReadPointCloudFromPTS(const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms)
Definition FilePTS.cpp:22
bool ReadPointCloudFromNPZ(const std::string &filename, geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms)
Definition PointCloudIO.cpp:171
bool WritePointCloudToPTS(const std::string &filename, const geometry::PointCloud &pointcloud, const WritePointCloudOption ¶ms)
Definition FilePTS.cpp:190
bool ReadPointCloudFromPCD(const std::string &filename, t::geometry::PointCloud &pointcloud, const ReadPointCloudOption ¶ms)
Definition FilePCD.cpp:1140
Definition BoundingVolume.cpp:15
Definition PinholeCameraIntrinsic.cpp:16
Optional parameters to ReadPointCloud.
Definition PointCloudIO.h:34
Optional parameters to WritePointCloud.
Definition PointCloudIO.h:89