|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "../global-params.hpp"#include <CLI/CLI.hpp>#include <filesystem>#include <memory>#include <reusex/segmentation/reconstruct.hpp>
Go to the source code of this file.
Classes | |
| struct | SubcommandCreateCloudsOptions |
| Defaults derived from reusex::geometry::ReconstructionParams so the CLI and library never disagree on a parameter's default (docs/STANDARDS.md ยง4). More... | |
Functions | |
| void | setup_subcommand_create_clouds (CLI::App &app, std::shared_ptr< RuxOptions > global_opt) |
| int | run_subcommand_create_clouds (SubcommandCreateCloudsOptions const &opt, const RuxOptions &global_opt) |
| int run_subcommand_create_clouds | ( | SubcommandCreateCloudsOptions const & | opt, |
| const RuxOptions & | global_opt ) |
| void setup_subcommand_create_clouds | ( | CLI::App & | app, |
| std::shared_ptr< RuxOptions > | global_opt ) |