ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::ProjectDB::ProjectSummary Struct Reference

#include <ProjectDB.hpp>

Collaboration diagram for reusex::ProjectDB::ProjectSummary:

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< ProjectInfoprojects
std::vector< CloudInfoclouds
std::vector< MeshInfomeshes
SensorFrameInfo sensor_frames
PanoramicInfo panoramic_images
ComponentInfo components
std::vector< MaterialInfomaterials

Detailed Description

Definition at line 213 of file ProjectDB.hpp.

Member Data Documentation

◆ clouds

std::vector<CloudInfo> reusex::ProjectDB::ProjectSummary::clouds

Definition at line 268 of file ProjectDB.hpp.

◆ components

ComponentInfo reusex::ProjectDB::ProjectSummary::components

Definition at line 272 of file ProjectDB.hpp.

◆ materials

std::vector<MaterialInfo> reusex::ProjectDB::ProjectSummary::materials

Definition at line 273 of file ProjectDB.hpp.

◆ meshes

std::vector<MeshInfo> reusex::ProjectDB::ProjectSummary::meshes

Definition at line 269 of file ProjectDB.hpp.

◆ panoramic_images

PanoramicInfo reusex::ProjectDB::ProjectSummary::panoramic_images

Definition at line 271 of file ProjectDB.hpp.

◆ path

std::filesystem::path reusex::ProjectDB::ProjectSummary::path

Definition at line 265 of file ProjectDB.hpp.

◆ projects

std::vector<ProjectInfo> reusex::ProjectDB::ProjectSummary::projects

Definition at line 267 of file ProjectDB.hpp.

◆ schema_version

int reusex::ProjectDB::ProjectSummary::schema_version

Definition at line 266 of file ProjectDB.hpp.

◆ sensor_frames

SensorFrameInfo reusex::ProjectDB::ProjectSummary::sensor_frames

Definition at line 270 of file ProjectDB.hpp.


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