ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::reconstruction::gui Namespace Reference

Functions

void pybind_gui_methods (py::module &m)
 
void pybind_gui (py::module &m)
 

Variables

static const std::unordered_map< std::string, std::string > map_shared_argument_docstrings
 

Function Documentation

◆ pybind_gui()

void cloudViewer::reconstruction::gui::pybind_gui ( py::module &  m)

Definition at line 49 of file gui.cpp.

References pybind_gui_methods().

Referenced by cloudViewer::reconstruction::pybind_reconstruction().

◆ pybind_gui_methods()

void cloudViewer::reconstruction::gui::pybind_gui_methods ( py::module &  m)

Definition at line 33 of file gui.cpp.

References cloudViewer::docstring::FunctionDocInject(), and map_shared_argument_docstrings.

Referenced by pybind_gui().

Variable Documentation

◆ map_shared_argument_docstrings

const std::unordered_map<std::string, std::string> cloudViewer::reconstruction::gui::map_shared_argument_docstrings
static
Initial value:
= {
{"database_path",
"Path to database in which to store the extracted data"},
{"image_path",
"Root path to folder which contains the images."},
{"import_path",
"The project import path containing *.ini project file."},
{"output_path", "The options saving output path."},
{"quality",
"The supported project processing quality types are {low, "
"medium, high, extreme}."}}

Definition at line 21 of file gui.cpp.

Referenced by pybind_gui_methods().