ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
project_loader.hpp File Reference
#include "processing_observer.hpp"
#include "view/viewer_types.hpp"
#include <reusex/geometry/BuildingComponent.hpp>
#include <filesystem>
#include <string>
#include <vector>
Include dependency graph for project_loader.hpp:

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.