|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Dangerous substance analysis record. More...
#include <materialepas_types.hpp>

Public Attributes | |
| SubstanceContentMethod | content_method = SubstanceContentMethod::assumed |
| Method used to determine substance content. | |
| std::string | leksikon_guid_content_method = "2ympiI4PL6c8ooh9Agqnz4" |
| std::string | analyzed_substance |
| Which chemical substance was analyzed for. | |
| std::string | leksikon_guid_analyzed_substance = "3Y2oTiV9r3NfoZQBVP_Bpx" |
| std::string | cas_number |
| CAS registry number of the substance. | |
| std::string | leksikon_guid_cas_number = "2tZYDby2H2PADWYcTMn50O" |
| std::string | ec_number |
| EC (EINECS) number of the substance. | |
| std::string | leksikon_guid_ec_number = "1cV5alHQ93Zu44Uv4Iuqoj" |
| std::optional< double > | concentration_mg_per_kg |
| Concentration of substance in mg/kg. | |
| std::string | leksikon_guid_concentration_mg_per_kg = "0yw_0Ggsf6ihdShOA1niRl" |
Dangerous substance analysis record.
Nested within the Pollution section. Each entry documents one substance that has been analyzed for.
Definition at line 327 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::analyzed_substance |
Which chemical substance was analyzed for.
Definition at line 338 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::cas_number |
CAS registry number of the substance.
Definition at line 343 of file materialepas_types.hpp.
| std::optional<double> reusex::core::DangerousSubstance::concentration_mg_per_kg |
Concentration of substance in mg/kg.
Definition at line 353 of file materialepas_types.hpp.
| SubstanceContentMethod reusex::core::DangerousSubstance::content_method = SubstanceContentMethod::assumed |
Method used to determine substance content.
Definition at line 330 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::ec_number |
EC (EINECS) number of the substance.
Definition at line 348 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::leksikon_guid_analyzed_substance = "3Y2oTiV9r3NfoZQBVP_Bpx" |
Definition at line 339 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::leksikon_guid_cas_number = "2tZYDby2H2PADWYcTMn50O" |
Definition at line 344 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::leksikon_guid_concentration_mg_per_kg = "0yw_0Ggsf6ihdShOA1niRl" |
Definition at line 354 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::leksikon_guid_content_method = "2ympiI4PL6c8ooh9Agqnz4" |
Definition at line 331 of file materialepas_types.hpp.
| std::string reusex::core::DangerousSubstance::leksikon_guid_ec_number = "1cV5alHQ93Zu44Uv4Iuqoj" |
Definition at line 349 of file materialepas_types.hpp.