|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include "processing_observer.hpp"#include "view/viewer_types.hpp"#include <reusex/geometry/BuildingComponent.hpp>#include <filesystem>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| struct | rux::view::ProjectLoadResult |
| Result of loading geometry from a .rux project database. More... | |
Namespaces | |
| namespace | rux |
| namespace | rux::view |
Functions | |
| ProjectLoadResult | rux::view::load_from_project_db (const fs::path &path, rux::VizualizationObserver &observer, const std::string &filter_expr) |
| Load all viewable geometry from a ReUseX project database. | |