ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
mesh.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
10namespace fs = std::filesystem;
11
32
33// Function declarations.
34void setup_subcommand_mesh(CLI::App &app);
int run_subcommand_mesh(SubcommandMeshOptions const &opt)
void setup_subcommand_mesh(CLI::App &app)
const fs::path plane_normals
const fs::path plane_centroids
const fs::path rooms
const bool visualize
const fs::path cloud
const fs::path planes
const fs::path normals
const double grid_size
Collection of all options of Subcommand A.
Definition mesh.hpp:13
double search_threshold
Definition mesh.hpp:29
double angle_threshold
Definition mesh.hpp:26
fs::path planes_path_in
Definition mesh.hpp:16
fs::path rooms_path_in
Definition mesh.hpp:19
fs::path cloud_path_in
Definition mesh.hpp:14
double distance_threshold
Definition mesh.hpp:27
fs::path output_out
Definition mesh.hpp:20
fs::path normals_path_in
Definition mesh.hpp:15
fs::path plane_normals_path_in
Definition mesh.hpp:18
fs::path plane_centroids_path_in
Definition mesh.hpp:17
double new_plane_offset
Definition mesh.hpp:30