ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
stages.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4
5namespace reusex::core {
6
24
25// Convert Stage enum to human-readable string for logging/display
26std::string_view to_string(Stage stage);
27
28} // namespace reusex::core
auto to_string(Material value) -> std::string_view
Convert Material enum to its string identifier.