ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
view.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>
8namespace fs = std::filesystem;
9
12 std::vector<fs::path> input_paths;
13 std::vector<fs::path> label_paths_in = {};
14};
15
16// Function declarations.
17void setup_subcommand_view(CLI::App &app);
Collection of all options of Subcommand A.
Definition view.hpp:11
std::vector< fs::path > input_paths
Definition view.hpp:12
std::vector< fs::path > label_paths_in
Definition view.hpp:13
void setup_subcommand_view(CLI::App &app)
int run_subcommand_view(SubcommandViewOptions const &opt)