BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Implements and implements class Material.
Definition in file Material.cpp.
Go to the source code of this file.
Functions | |
bool | operator!= (const Material &left, const Material &right) |
Comparison operator for material wrapper (inequality check) More... | |
std::ostream & | operator<< (std::ostream &ostr, const Material &m) |
bool | operator== (const Material &left, const Material &right) |
Comparison operator for material wrapper (equality check) More... | |
Comparison operator for material wrapper (inequality check)
Definition at line 133 of file Material.cpp.
std::ostream& operator<< | ( | std::ostream & | ostr, |
const Material & | m | ||
) |
Definition at line 114 of file Material.cpp.
Comparison operator for material wrapper (equality check)
Definition at line 120 of file Material.cpp.
References Material::magnetization(), Material::materialData(), Material::materialName(), and Material::typeID().