|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Result of loading geometry from a .rux project database. More...
#include <project_loader.hpp>

Public Attributes | |
| std::vector< LoadedCloud > | clouds |
| std::vector< LoadedMesh > | meshes |
| std::vector< LabelCloudInfo > | labels |
| std::vector< reusex::geometry::BuildingComponent > | components |
| std::vector< PanoramaInfo > | panoramas |
Result of loading geometry from a .rux project database.
Definition at line 21 of file project_loader.hpp.
| std::vector<LoadedCloud> rux::view::ProjectLoadResult::clouds |
Definition at line 22 of file project_loader.hpp.
| std::vector<reusex::geometry::BuildingComponent> rux::view::ProjectLoadResult::components |
Definition at line 25 of file project_loader.hpp.
| std::vector<LabelCloudInfo> rux::view::ProjectLoadResult::labels |
Definition at line 24 of file project_loader.hpp.
| std::vector<LoadedMesh> rux::view::ProjectLoadResult::meshes |
Definition at line 23 of file project_loader.hpp.
| std::vector<PanoramaInfo> rux::view::ProjectLoadResult::panoramas |
Definition at line 26 of file project_loader.hpp.