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>
9
namespace
fs = std::filesystem;
10
12
struct
SubcommandSegmentOptions
{};
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.
18
void
setup_subcommand_segment
(CLI::App &app);
19
int
run_subcommand_segment
(
SubcommandSegmentOptions
const
&opt);
global-params.hpp
run_subcommand_segment
int run_subcommand_segment(SubcommandSegmentOptions const &opt)
setup_subcommand_segment
void setup_subcommand_segment(CLI::App &app)
SubcommandSegmentOptions
Collection of all options of Subcommand A.
Definition
segment.hpp:12
apps
rux
include
segment.hpp
Generated by
1.16.1