ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
panorama.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 <filesystem>
10
#include <memory>
11
#include <vector>
12
13
namespace
fs = std::filesystem;
14
15
struct
SubcommandImportPanoramaOptions
{
16
std::vector<fs::path>
input_paths
;
// directories or individual files
17
};
18
19
void
setup_subcommand_import_panorama
(CLI::App &app,
20
std::shared_ptr<RuxOptions> global_opt);
21
int
run_subcommand_import_panorama
(
SubcommandImportPanoramaOptions
const
&opt,
22
const
RuxOptions
&global_opt);
global-params.hpp
setup_subcommand_import_panorama
void setup_subcommand_import_panorama(CLI::App &app, std::shared_ptr< RuxOptions > global_opt)
run_subcommand_import_panorama
int run_subcommand_import_panorama(SubcommandImportPanoramaOptions const &opt, const RuxOptions &global_opt)
RuxOptions
Definition
global-params.hpp:44
SubcommandImportPanoramaOptions
Definition
panorama.hpp:15
SubcommandImportPanoramaOptions::input_paths
std::vector< fs::path > input_paths
Definition
panorama.hpp:16
apps
rux
include
import
panorama.hpp
Generated by
1.16.1