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

Go to the source code of this file.

Classes

struct  reusex::io::E57ScanExport
 A single scan position to write into an E57 file. More...

Namespaces

namespace  reusex
namespace  reusex::io

Functions

void reusex::io::import_e57 (ProjectDB &db, const std::filesystem::path &e57_path)
 Import point cloud data from an E57 file into a ProjectDB.
void reusex::io::export_e57 (const std::filesystem::path &path, const std::vector< E57ScanExport > &scans)
 Export one or more XYZRGB clouds as separate scan positions in an E57 file.