|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "reusex/types.hpp"#include <filesystem>
Go to the source code of this file.
Namespaces | |
| namespace | reusex |
| namespace | reusex::io |
Functions | |
| void | reusex::io::import_ply (ProjectDB &db, const std::filesystem::path &ply_path) |
| Import a point cloud from a PLY file into a ProjectDB. | |
| void | reusex::io::export_ply (const std::filesystem::path &path, const Cloud &cloud, const CloudN *normals=nullptr) |
| Export a point cloud to a binary PLY file. | |