Mantid
|
Structure to hold the information for a parsed chemical formula. More...
#include <Material.h>
Public Member Functions | |
FormulaUnit (const PhysicalConstants::Atom &atom, const double multiplicity) | |
FormulaUnit (std::shared_ptr< PhysicalConstants::Atom > atom, const double multiplicity) | |
Public Attributes | |
std::shared_ptr< PhysicalConstants::Atom > | atom |
double | multiplicity |
Structure to hold the information for a parsed chemical formula.
Definition at line 53 of file Material.h.
Mantid::Kernel::Material::FormulaUnit::FormulaUnit | ( | std::shared_ptr< PhysicalConstants::Atom > | atom, |
const double | multiplicity | ||
) |
Definition at line 56 of file Material.cpp.
Mantid::Kernel::Material::FormulaUnit::FormulaUnit | ( | const PhysicalConstants::Atom & | atom, |
const double | multiplicity | ||
) |
Definition at line 60 of file Material.cpp.
std::shared_ptr<PhysicalConstants::Atom> Mantid::Kernel::Material::FormulaUnit::atom |
Definition at line 54 of file Material.h.
double Mantid::Kernel::Material::FormulaUnit::multiplicity |
Definition at line 55 of file Material.h.