ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
segment.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#include "global-params.hpp"
7
8#include <CLI/CLI.hpp>
9namespace fs = std::filesystem;
10
13
14// We could manually make a few variables and use shared pointers for each; this
15// is just done this way to be nicely organized
16
17// Function declarations.
18void setup_subcommand_segment(CLI::App &app);
int run_subcommand_segment(SubcommandSegmentOptions const &opt)
void setup_subcommand_segment(CLI::App &app)
Collection of all options of Subcommand A.
Definition segment.hpp:12