|
Mantid
|
#include "MantidKernel/Quat.h"#include "MantidKernel/Logger.h"#include "MantidKernel/Matrix.h"#include "MantidKernel/Tolerance.h"#include "MantidKernel/V3D.h"#include <boost/algorithm/string.hpp>#include <sstream>Go to the source code of this file.
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... | |