BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &ostr, const Material &m) |
bool | operator== (const Material &left, const Material &right) |
bool | operator!= (const Material &left, const Material &right) |
Implements and implements class Material.
Definition in file Material.cpp.
std::ostream& operator<< | ( | std::ostream & | ostr, |
const Material & | m | ||
) |
Definition at line 110 of file Material.cpp.
Comparison operator for material wrapper (equality check)
Definition at line 116 of file Material.cpp.
References Material::getName(), Material::magnetization(), Material::materialData(), and Material::typeID().
Comparison operator for material wrapper (inequality check)
Definition at line 129 of file Material.cpp.