|
Mantid
|
Go to the source code of this file.
Classes | |
| class | Mantid::PhysicalConstants::Atom |
| Struture to hold the common information for an atom. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::PhysicalConstants |
| A namespace containing physical constants that are required by algorithms and unit routines. | |
Functions | |
| MANTID_KERNEL_DLL const Atom & | Mantid::PhysicalConstants::getAtom (const std::string &symbol, const uint16_t a_number=0) |
| MANTID_KERNEL_DLL const Atom & | Mantid::PhysicalConstants::getAtom (const uint16_t z_number, const uint16_t a_number=0) |
| MANTID_KERNEL_DLL bool | Mantid::PhysicalConstants::operator!= (const Atom &left, const Atom &right) |
| Inequality operator overload. More... | |
| MANTID_KERNEL_DLL std::ostream & | Mantid::PhysicalConstants::operator<< (std::ostream &out, const Atom &atom) |
| Stream operator overload. More... | |
| MANTID_KERNEL_DLL bool | Mantid::PhysicalConstants::operator== (const Atom &left, const Atom &right) |
| Equality operator overload. More... | |