ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
rux::view::ProjectLoadResult Struct Reference

Result of loading geometry from a .rux project database. More...

#include <project_loader.hpp>

Collaboration diagram for rux::view::ProjectLoadResult:

Public Attributes

std::vector< LoadedCloudclouds
std::vector< LoadedMeshmeshes
std::vector< LabelCloudInfolabels
std::vector< reusex::geometry::BuildingComponentcomponents
std::vector< PanoramaInfopanoramas

Detailed Description

Result of loading geometry from a .rux project database.

Definition at line 21 of file project_loader.hpp.

Member Data Documentation

◆ clouds

std::vector<LoadedCloud> rux::view::ProjectLoadResult::clouds

Definition at line 22 of file project_loader.hpp.

◆ components

std::vector<reusex::geometry::BuildingComponent> rux::view::ProjectLoadResult::components

Definition at line 25 of file project_loader.hpp.

◆ labels

std::vector<LabelCloudInfo> rux::view::ProjectLoadResult::labels

Definition at line 24 of file project_loader.hpp.

◆ meshes

std::vector<LoadedMesh> rux::view::ProjectLoadResult::meshes

Definition at line 23 of file project_loader.hpp.

◆ panoramas

std::vector<PanoramaInfo> rux::view::ProjectLoadResult::panoramas

Definition at line 26 of file project_loader.hpp.


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