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

Public Attributes | |
| std::string | id |
| std::string | name |
| std::string | building_address |
| int | year_of_construction = 0 |
| std::string | survey_date |
| std::string | survey_organisation |
| std::string | notes |
Definition at line 661 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::ProjectMetadata::building_address |
Definition at line 664 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::ProjectMetadata::id |
Definition at line 662 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::ProjectMetadata::name |
Definition at line 663 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::ProjectMetadata::notes |
Definition at line 668 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::ProjectMetadata::survey_date |
Definition at line 666 of file ProjectDB.hpp.
| std::string reusex::ProjectDB::ProjectMetadata::survey_organisation |
Definition at line 667 of file ProjectDB.hpp.
| int reusex::ProjectDB::ProjectMetadata::year_of_construction = 0 |
Definition at line 665 of file ProjectDB.hpp.