|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <ProjectDB.hpp>

Classes | |
| struct | CloudInfo |
| struct | MeshInfo |
| struct | SensorFrameInfo |
| struct | PanoramicInfo |
| struct | ComponentInfo |
| struct | MaterialInfo |
| struct | ProjectInfo |
Public Attributes | |
| std::filesystem::path | path |
| int | schema_version |
| std::vector< ProjectInfo > | projects |
| std::vector< CloudInfo > | clouds |
| std::vector< MeshInfo > | meshes |
| std::vector< GaussianSplatMetadata > | gaussian_splats |
| Metadata only — the summary never carries a splat's payload, which is routinely hundreds of MB. | |
| SensorFrameInfo | sensor_frames |
| PanoramicInfo | panoramic_images |
| ComponentInfo | components |
| std::vector< MaterialInfo > | materials |
Definition at line 466 of file ProjectDB.hpp.
| std::vector<CloudInfo> reusex::ProjectDB::ProjectSummary::clouds |
Definition at line 521 of file ProjectDB.hpp.
| ComponentInfo reusex::ProjectDB::ProjectSummary::components |
Definition at line 528 of file ProjectDB.hpp.
| std::vector<GaussianSplatMetadata> reusex::ProjectDB::ProjectSummary::gaussian_splats |
Metadata only — the summary never carries a splat's payload, which is routinely hundreds of MB.
Empty on a pre-v12 schema.
Definition at line 525 of file ProjectDB.hpp.
| std::vector<MaterialInfo> reusex::ProjectDB::ProjectSummary::materials |
Definition at line 529 of file ProjectDB.hpp.
| std::vector<MeshInfo> reusex::ProjectDB::ProjectSummary::meshes |
Definition at line 522 of file ProjectDB.hpp.
| PanoramicInfo reusex::ProjectDB::ProjectSummary::panoramic_images |
Definition at line 527 of file ProjectDB.hpp.
| std::filesystem::path reusex::ProjectDB::ProjectSummary::path |
Definition at line 518 of file ProjectDB.hpp.
| std::vector<ProjectInfo> reusex::ProjectDB::ProjectSummary::projects |
Definition at line 520 of file ProjectDB.hpp.
| int reusex::ProjectDB::ProjectSummary::schema_version |
Definition at line 519 of file ProjectDB.hpp.
| SensorFrameInfo reusex::ProjectDB::ProjectSummary::sensor_frames |
Definition at line 526 of file ProjectDB.hpp.