|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Intermediate representation for exporting all project data. More...
#include <export_scene.hpp>

Classes | |
| struct | CloudLayer |
| struct | SemanticInstance |
| struct | SemanticCategory |
| struct | MeshEntry |
| struct | PanoEntry |
| struct | MaterialEntry |
| struct | ComponentEntry |
Public Attributes | |
| std::optional< CloudLayer > | cloud |
| std::vector< SemanticCategory > | semantic |
| std::vector< MeshEntry > | meshes |
| std::vector< PanoEntry > | panoramas |
| std::vector< MaterialEntry > | materials |
| std::vector< ComponentEntry > | components |
Intermediate representation for exporting all project data.
Used by both Rhino and Speckle exporters.
Definition at line 27 of file export_scene.hpp.
| std::optional<CloudLayer> reusex::io::ExportScene::cloud |
Definition at line 34 of file export_scene.hpp.
| std::vector<ComponentEntry> reusex::io::ExportScene::components |
Definition at line 81 of file export_scene.hpp.
| std::vector<MaterialEntry> reusex::io::ExportScene::materials |
Definition at line 70 of file export_scene.hpp.
| std::vector<MeshEntry> reusex::io::ExportScene::meshes |
Definition at line 54 of file export_scene.hpp.
| std::vector<PanoEntry> reusex::io::ExportScene::panoramas |
Definition at line 62 of file export_scene.hpp.
| std::vector<SemanticCategory> reusex::io::ExportScene::semantic |
Definition at line 47 of file export_scene.hpp.