ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
import.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
#include <memory>
10
namespace
fs = std::filesystem;
11
13
// struct SubcommandImportOptions {};
14
15
// Function declarations.
16
void
setup_subcommand_import
(CLI::App &app, std::shared_ptr<RuxOptions> global_opt);
17
int
run_subcommand_import
(
/*SubcommandImportOptions const &opt*/
);
global-params.hpp
setup_subcommand_import
void setup_subcommand_import(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
Collection of all options of Subcommand A.
run_subcommand_import
int run_subcommand_import()
apps
rux
include
import.hpp
Generated by
1.16.1