|
Mantid
|
#include "MantidKernel/DllConfig.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::Kernel::Quat |
| Class for quaternions. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
Functions | |
| MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &os, const Quat &q) |
| Prints a string representation. More... | |
| MANTID_KERNEL_DLL std::istream & | Mantid::Kernel::operator>> (std::istream &ins, Quat &q) |
| Reads in a quat from an input stream. More... | |