39 const std::string &filename,
40 const std::string &
format =
"auto",
41 bool print_progress =
false);
47 geometry::PointCloud &pointcloud,
48 const std::string &
format =
"auto",
49 bool remove_nan_points =
true,
50 bool remove_infinite_points =
true,
51 bool print_progress =
false);
59 const geometry::PointCloud &pointcloud,
60 bool write_ascii =
false,
61 bool compressed =
false,
62 bool print_progress =
false);
65 geometry::PointCloud &pointcloud,
66 bool print_progress =
false);
69 const geometry::PointCloud &pointcloud,
70 bool write_ascii =
false,
71 bool compressed =
false,
72 bool print_progress =
false);
75 geometry::PointCloud &pointcloud,
76 bool print_progress =
false);
79 const geometry::PointCloud &pointcloud,
80 bool write_ascii =
false,
81 bool compressed =
false,
82 bool print_progress =
false);
85 geometry::PointCloud &pointcloud,
89 const geometry::PointCloud &pointcloud,
90 bool write_ascii =
false,
91 bool compressed =
false,
92 bool print_progress =
false);
95 geometry::PointCloud &pointcloud,
96 bool print_progress =
false);
99 const geometry::PointCloud &pointcloud,
100 bool write_ascii =
false,
101 bool compressed =
false,
102 bool print_progress =
false);
105 geometry::PointCloud &pointcloud,
106 bool print_progress =
false);
109 const geometry::PointCloud &pointcloud,
110 bool write_ascii =
false,
111 bool compressed =
false,
112 bool print_progress =
false);
115 geometry::PointCloud &pointcloud,
116 bool print_progress =
false);
119 const geometry::PointCloud &pointcloud,
120 bool write_ascii =
false,
121 bool compressed =
false,
122 bool print_progress =
false);
bool ReadPointCloudFromPLY(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FilePLY.cpp:392
bool ReadPointCloud(const std::string &filename, geometry::PointCloud &pointcloud, const std::string &format, bool remove_nan_points, bool remove_infinite_points, bool print_progress)
Definition: PointCloudIO.cpp:79
std::shared_ptr< geometry::PointCloud > CreatePointCloudFromFile(const std::string &filename, const std::string &format, bool print_progress)
Definition: PointCloudIO.cpp:70
bool ReadPointCloudFromPTS(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FilePTS.cpp:41
bool WritePointCloudToPTS(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePTS.cpp:101
bool WritePointCloudToXYZN(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FileXYZN.cpp:67
Definition: Open3DViewer.h:29
bool WritePointCloudToPLY(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePLY.cpp:457
filament::Texture::InternalFormat format
Definition: FilamentResourceManager.cpp:155
bool ReadPointCloudFromXYZRGB(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress)
Definition: FileXYZRGB.cpp:41
bool ReadPointCloudFromXYZN(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FileXYZN.cpp:41
bool WritePointCloud(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii, bool compressed, bool print_progress)
Definition: PointCloudIO.cpp:118
bool ReadPointCloudFromXYZ(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FileXYZ.cpp:41
bool WritePointCloudToXYZ(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FileXYZ.cpp:65
bool WritePointCloudToXYZRGB(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FileXYZRGB.cpp:67
bool ReadPointCloudFromPCD(const std::string &filename, geometry::PointCloud &pointcloud, bool print_progress=false)
Definition: FilePCD.cpp:719
bool WritePointCloudToPCD(const std::string &filename, const geometry::PointCloud &pointcloud, bool write_ascii=false, bool compressed=false, bool print_progress=false)
Definition: FilePCD.cpp:756