Mantid
|
#include "MantidGeometry/Math/Acomp.h"
#include "MantidGeometry/Math/RotCounter.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/Matrix.h"
#include "MantidKernel/Strings.h"
#include <algorithm>
#include <functional>
#include <iterator>
#include <ostream>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Functions | |
std::ostream & | Mantid::Geometry::operator<< (std::ostream &OX, const Acomp &A) |
Stream operator (uses Acomp::write) More... | |
void | Mantid::Geometry::split (const int A, int &S, int &V) |
Split a number into the sign and positive value. More... | |