ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
ply.hpp File Reference
#include "reusex/types.hpp"
#include <filesystem>
Include dependency graph for ply.hpp:

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.