|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Document-level metadata for the material passport. More...
#include <MaterialPassport.hpp>

Public Attributes | |
| std::string | document_guid |
| Unique document identifier (GUID). | |
| std::string | creation_date |
| Date the document was created (ISO 8601). | |
| std::string | revision_date |
| Date of last revision (ISO 8601). | |
| std::string | version_number |
| Version number (semver, e.g. | |
| std::string | version_date |
| Date of the version specification (ISO 8601). | |
Document-level metadata for the material passport.
Definition at line 51 of file MaterialPassport.hpp.
| std::string reusex::core::MaterialPassportMetadata::creation_date |
Date the document was created (ISO 8601).
Definition at line 58 of file MaterialPassport.hpp.
| std::string reusex::core::MaterialPassportMetadata::document_guid |
Unique document identifier (GUID).
Definition at line 54 of file MaterialPassport.hpp.
| std::string reusex::core::MaterialPassportMetadata::revision_date |
Date of last revision (ISO 8601).
Definition at line 62 of file MaterialPassport.hpp.
| std::string reusex::core::MaterialPassportMetadata::version_date |
Date of the version specification (ISO 8601).
Definition at line 70 of file MaterialPassport.hpp.
| std::string reusex::core::MaterialPassportMetadata::version_number |
Version number (semver, e.g.
"0.1.1")
Definition at line 66 of file MaterialPassport.hpp.