|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Description of the reused construction item. More...
#include <materialepas_types.hpp>

Public Attributes | |
| std::string | designation |
| Designation of the construction item. | |
| std::string | leksikon_guid_designation = "2_mYRkA$9EcwXAxqBGoMrM" |
| std::vector< std::string > | images |
| Images of the construction item (URLs or base64). | |
| std::string | leksikon_guid_images = "1dvQfmc2z9lB_rwknYkM3y" |
| std::optional< bool > | has_qr_code |
| Whether the item has a QR code. | |
| std::string | leksikon_guid_has_qr_code = "06moAxe0j7EutROb0dD3B7" |
| std::optional< bool > | has_rfid_tag |
| Whether the item has an RFID tag. | |
| std::string | leksikon_guid_has_rfid_tag = "2$Owq1iHrAuw$ASWOXAk9p" |
| std::vector< Material > | materials |
| Materials the construction item is made of (closed value list). | |
| std::string | leksikon_guid_materials = "1R_z75Gd52OQYxVkJ$E3ZU" |
| std::vector< std::string > | assembly_methods |
| Assembly methods used for the construction item. | |
| std::string | leksikon_guid_assembly_methods = "0N7Qwopp125xrULezqArw4" |
| std::optional< int > | year_of_installation |
| Year the item was installed in the building. | |
| std::string | leksikon_guid_year_of_installation = "294ZkUyYn6TfdwCsbo2X63" |
| std::optional< int > | year_of_construction |
| Year of construction of the building. | |
| std::string | leksikon_guid_year_of_construction = "17LFECVML6buNXwBLz416Y" |
Description of the reused construction item.
Definition at line 46 of file materialepas_types.hpp.
| std::vector<std::string> reusex::core::ConstructionItemDescription::assembly_methods |
Assembly methods used for the construction item.
Definition at line 77 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::designation |
Designation of the construction item.
Definition at line 49 of file materialepas_types.hpp.
| std::optional<bool> reusex::core::ConstructionItemDescription::has_qr_code |
Whether the item has a QR code.
Definition at line 59 of file materialepas_types.hpp.
| std::optional<bool> reusex::core::ConstructionItemDescription::has_rfid_tag |
Whether the item has an RFID tag.
Definition at line 64 of file materialepas_types.hpp.
| std::vector<std::string> reusex::core::ConstructionItemDescription::images |
Images of the construction item (URLs or base64).
Definition at line 54 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_assembly_methods = "0N7Qwopp125xrULezqArw4" |
Definition at line 78 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_designation = "2_mYRkA$9EcwXAxqBGoMrM" |
Definition at line 50 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_has_qr_code = "06moAxe0j7EutROb0dD3B7" |
Definition at line 60 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_has_rfid_tag = "2$Owq1iHrAuw$ASWOXAk9p" |
Definition at line 65 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_images = "1dvQfmc2z9lB_rwknYkM3y" |
Definition at line 55 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_materials = "1R_z75Gd52OQYxVkJ$E3ZU" |
Definition at line 70 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_year_of_construction = "17LFECVML6buNXwBLz416Y" |
Definition at line 88 of file materialepas_types.hpp.
| std::string reusex::core::ConstructionItemDescription::leksikon_guid_year_of_installation = "294ZkUyYn6TfdwCsbo2X63" |
Definition at line 83 of file materialepas_types.hpp.
| std::vector<Material> reusex::core::ConstructionItemDescription::materials |
Materials the construction item is made of (closed value list).
Definition at line 69 of file materialepas_types.hpp.
| std::optional<int> reusex::core::ConstructionItemDescription::year_of_construction |
Year of construction of the building.
Definition at line 87 of file materialepas_types.hpp.
| std::optional<int> reusex::core::ConstructionItemDescription::year_of_installation |
Year the item was installed in the building.
Definition at line 82 of file materialepas_types.hpp.