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

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}

Detailed Description

Collection of all options of Subcommand A.

Definition at line 12 of file import.hpp.

Member Data Documentation

◆ ascii

bool SubcommandImportOptions::ascii {false}

Definition at line 18 of file import.hpp.

◆ cloud_path_out

fs::path SubcommandImportOptions::cloud_path_out = GlobalParams::cloud

Definition at line 14 of file import.hpp.

◆ labels_path_out

fs::path SubcommandImportOptions::labels_path_out = GlobalParams::labels

Definition at line 16 of file import.hpp.

◆ normals_path_out

fs::path SubcommandImportOptions::normals_path_out = GlobalParams::normals

Definition at line 15 of file import.hpp.


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