Mantid
|
#include "MantidGeometry/Crystal/AngleUnits.h"
#include "MantidGeometry/DllConfig.h"
#include "MantidKernel/Matrix.h"
#include "MantidKernel/PhysicalConstants.h"
#include "MantidKernel/Quat.h"
#include "MantidKernel/V3D.h"
#include <cmath>
#include <iosfwd>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::UnitCell |
Class to implement unit cell of crystals. More... | |
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) |