|
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 |
| SensorFrameInfo | sensor_frames |
| PanoramicInfo | panoramic_images |
| ComponentInfo | components |
| std::vector< MaterialInfo > | materials |
Definition at line 213 of file ProjectDB.hpp.
| std::vector<CloudInfo> reusex::ProjectDB::ProjectSummary::clouds |
Definition at line 268 of file ProjectDB.hpp.
| ComponentInfo reusex::ProjectDB::ProjectSummary::components |
Definition at line 272 of file ProjectDB.hpp.
| std::vector<MaterialInfo> reusex::ProjectDB::ProjectSummary::materials |
Definition at line 273 of file ProjectDB.hpp.
| std::vector<MeshInfo> reusex::ProjectDB::ProjectSummary::meshes |
Definition at line 269 of file ProjectDB.hpp.
| PanoramicInfo reusex::ProjectDB::ProjectSummary::panoramic_images |
Definition at line 271 of file ProjectDB.hpp.
| std::filesystem::path reusex::ProjectDB::ProjectSummary::path |
Definition at line 265 of file ProjectDB.hpp.
| std::vector<ProjectInfo> reusex::ProjectDB::ProjectSummary::projects |
Definition at line 267 of file ProjectDB.hpp.
| int reusex::ProjectDB::ProjectSummary::schema_version |
Definition at line 266 of file ProjectDB.hpp.
| SensorFrameInfo reusex::ProjectDB::ProjectSummary::sensor_frames |
Definition at line 270 of file ProjectDB.hpp.