|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
Collection of all options of Subcommand A. More...
#include <import.hpp>
Public Attributes | |
| fs::path | cloud_path_out = GlobalParams::cloud |
| fs::path | normals_path_out = GlobalParams::normals |
| fs::path | labels_path_out = GlobalParams::labels |
| bool | ascii {false} |
Collection of all options of Subcommand A.
Definition at line 12 of file import.hpp.
| bool SubcommandImportOptions::ascii {false} |
Definition at line 18 of file import.hpp.
| fs::path SubcommandImportOptions::cloud_path_out = GlobalParams::cloud |
Definition at line 14 of file import.hpp.
| fs::path SubcommandImportOptions::labels_path_out = GlobalParams::labels |
Definition at line 16 of file import.hpp.
| fs::path SubcommandImportOptions::normals_path_out = GlobalParams::normals |
Definition at line 15 of file import.hpp.