ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::geometry::MeshOptions Struct Reference

Options for mesh generation. More...

#include <mesh.hpp>

Public Attributes

float search_threshold = 10.0f
 Search threshold for mesh generation.
float new_plane_offset = 0.05f
 Offset for new plane creation.
IndicesConstPtr filter = nullptr
 Optional filter to limit processing.

Detailed Description

Options for mesh generation.

Definition at line 18 of file mesh.hpp.

Member Data Documentation

◆ filter

IndicesConstPtr reusex::geometry::MeshOptions::filter = nullptr

Optional filter to limit processing.

Definition at line 21 of file mesh.hpp.

◆ new_plane_offset

float reusex::geometry::MeshOptions::new_plane_offset = 0.05f

Offset for new plane creation.

Definition at line 20 of file mesh.hpp.

◆ search_threshold

float reusex::geometry::MeshOptions::search_threshold = 10.0f

Search threshold for mesh generation.

Definition at line 19 of file mesh.hpp.


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