ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
project.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
#include <CLI/CLI.hpp>
8
#include <string>
9
10
namespace
fs = std::filesystem;
11
13
struct
SubcommandProjectOptions
{
14
fs::path
cloud_path_in
=
GlobalParams::cloud
;
15
fs::path
database_path_in
=
GlobalParams::db
;
16
fs::path
labels_path_out
=
GlobalParams::labels
;
17
};
18
19
// Function declarations.
20
void
setup_subcommand_project
(CLI::App &app);
21
int
run_subcommand_project
(
SubcommandProjectOptions
const
&opt);
run_subcommand_project
int run_subcommand_project(SubcommandProjectOptions const &opt)
setup_subcommand_project
void setup_subcommand_project(CLI::App &app)
global-params.hpp
GlobalParams::db
const fs::path db
Definition
global-params.hpp:48
GlobalParams::cloud
const fs::path cloud
Definition
global-params.hpp:51
GlobalParams::labels
const fs::path labels
Definition
global-params.hpp:55
SubcommandProjectOptions
Collection of all options of Subcommand A.
Definition
project.hpp:13
SubcommandProjectOptions::database_path_in
fs::path database_path_in
Definition
project.hpp:15
SubcommandProjectOptions::cloud_path_in
fs::path cloud_path_in
Definition
project.hpp:14
SubcommandProjectOptions::labels_path_out
fs::path labels_path_out
Definition
project.hpp:16
apps
rux
include
project.hpp
Generated by
1.16.1