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// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6
7#include <string_view>
8
9namespace reusex::core {
10
30
31// Convert Stage enum to human-readable string for logging/display
32std::string_view to_string(Stage stage);
33
34} // namespace reusex::core
auto to_string(Material value) -> std::string_view
Convert Material enum to its string identifier.