|
Mantid
|
#include "MantidKernel/VMD.h"#include "MantidKernel/Matrix.h"#include "MantidKernel/StringTokenizer.h"#include "MantidKernel/Strings.h"#include "MantidKernel/Tolerance.h"#include "MantidKernel/V3D.h"#include <algorithm>#include <cmath>#include <cstddef>#include <iterator>#include <sstream>#include <stdexcept>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 &, const VMDBase< float > &) |
| MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &os, const VMDBase< double > &v) |
| Prints a text representation of itself. More... | |