Mantid
|
#include "MantidGeometry/Crystal/UnitCell.h"
#include "MantidKernel/Matrix.h"
#include "MantidKernel/StringTokenizer.h"
#include "MantidKernel/V3D.h"
#include <algorithm>
#include <cfloat>
#include <iomanip>
#include <ios>
#include <stdexcept>
#include <boost/lexical_cast.hpp>
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 | |
MANTID_GEOMETRY_DLL std::ostream & | Mantid::Geometry::operator<< (std::ostream &out, const UnitCell &unitCell) |
MANTID_GEOMETRY_DLL UnitCell | Mantid::Geometry::strToUnitCell (const std::string &unitCellString) |
MANTID_GEOMETRY_DLL std::string | Mantid::Geometry::unitCellToStr (const UnitCell &unitCell) |