|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
Collection of all options for the assemble subcommand. More...
#include <assemble.hpp>

Public Attributes | |
| std::vector< fs::path > | paths_in |
| Input file paths to assemble. | |
| fs::path | db_path_out = GlobalParams::db |
| Output database path. | |
Collection of all options for the assemble subcommand.
Definition at line 13 of file assemble.hpp.
| fs::path SubcommandAssembleOptions::db_path_out = GlobalParams::db |
Output database path.
Definition at line 15 of file assemble.hpp.
| std::vector<fs::path> SubcommandAssembleOptions::paths_in |
Input file paths to assemble.
Definition at line 14 of file assemble.hpp.