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

Collection of all options for the assemble subcommand. More...

#include <assemble.hpp>

Collaboration diagram for SubcommandAssembleOptions:

Public Attributes

std::vector< fs::path > paths_in
 Input file paths to assemble.
fs::path db_path_out = GlobalParams::db
 Output database path.

Detailed Description

Collection of all options for the assemble subcommand.

Definition at line 13 of file assemble.hpp.

Member Data Documentation

◆ db_path_out

fs::path SubcommandAssembleOptions::db_path_out = GlobalParams::db

Output database path.

Definition at line 15 of file assemble.hpp.

◆ paths_in

std::vector<fs::path> SubcommandAssembleOptions::paths_in

Input file paths to assemble.

Definition at line 14 of file assemble.hpp.


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