Mantid
|
#include "MantidKernel/V3D.h"
#include "MantidKernel/Matrix.h"
#include "MantidKernel/Quat.h"
#include <algorithm>
#include <boost/version.hpp>
#include <sstream>
#include <boost/math/common_factor.hpp>
#include <nexus/NeXusFile.hpp>
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 V3D &v) |
Prints a text representation of itself. More... | |
MANTID_KERNEL_DLL std::istream & | Mantid::Kernel::operator>> (std::istream &IX, V3D &A) |
Calls Vec3D method write to output class. More... | |