22 #ifndef NANDRAD_MaterialLayerH 23 #define NANDRAD_MaterialLayerH 25 #include "NANDRAD_CodeGenMacros.h" 64 #endif // NANDRAD_MaterialLayerH const NANDRAD::Material * m_material
Quick-access pointer to referenced material.
Class containing material data needed in the construction model.
double m_thickness
Thickness in [m].
bool operator==(const MaterialLayer &other) const
Equality operator.
MaterialLayer()
Default c'tor.
NANDRAD_READWRITE bool operator!=(const MaterialLayer &other) const
Inequality operator.
MaterialLayer(double thickness, unsigned int id)
Simple Constructor with thickness in [m] and material id.
The namespace NANDRAD contains the data model classes that make up the NANDRAD solver input data...
A layer of a multi-layered construction.
unsigned int m_matId
Material id.