ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
SubcommandMeshOptions Struct Reference

Collection of all options of Subcommand A. More...

#include <mesh.hpp>

Collaboration diagram for SubcommandMeshOptions:

Public Attributes

std::string output_mesh_name = "mesh"
 Mesh name in ProjectDB.
float grid_size = 0.5
double angle_threshold = 25.0
double distance_threshold = 0.2
double search_threshold = 0.60
double new_plane_offset = 0.25
std::string filter_expr
 Filter expression to limit processing.

Detailed Description

Collection of all options of Subcommand A.

Definition at line 14 of file mesh.hpp.

Member Data Documentation

◆ angle_threshold

double SubcommandMeshOptions::angle_threshold = 25.0

Definition at line 19 of file mesh.hpp.

◆ distance_threshold

double SubcommandMeshOptions::distance_threshold = 0.2

Definition at line 20 of file mesh.hpp.

◆ filter_expr

std::string SubcommandMeshOptions::filter_expr

Filter expression to limit processing.

Definition at line 25 of file mesh.hpp.

◆ grid_size

float SubcommandMeshOptions::grid_size = 0.5

Definition at line 17 of file mesh.hpp.

◆ new_plane_offset

double SubcommandMeshOptions::new_plane_offset = 0.25

Definition at line 23 of file mesh.hpp.

◆ output_mesh_name

std::string SubcommandMeshOptions::output_mesh_name = "mesh"

Mesh name in ProjectDB.

Definition at line 15 of file mesh.hpp.

◆ search_threshold

double SubcommandMeshOptions::search_threshold = 0.60

Definition at line 22 of file mesh.hpp.


The documentation for this struct was generated from the following file: