|
Mantid
|
#include "MantidGeometry/Crystal/SymmetryOperation.h"#include "MantidGeometry/Crystal/SymmetryOperationSymbolParser.h"#include <memory>#include <boost/algorithm/string.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 SymmetryOperation | Mantid::Geometry::getUnitCellIntervalOperation (const SymmetryOperation &symOp) |
| Returns a SymmetryOperation with the vector wrapped to the interval (0, 1]. More... | |
| MANTID_GEOMETRY_DLL Kernel::V3D | Mantid::Geometry::getWrappedVector (const Kernel::V3D &vector) |
| Returns a V3D with components on the interval (0, 1], as the version for V3R. More... | |
| MANTID_GEOMETRY_DLL V3R | Mantid::Geometry::getWrappedVector (const V3R &vector) |
| Wraps a V3R to the interval (0, 1]. More... | |
| MANTID_GEOMETRY_DLL std::ostream & | Mantid::Geometry::operator<< (std::ostream &stream, const SymmetryOperation &operation) |
| Stream output operator, writes the identifier to stream. More... | |
| MANTID_GEOMETRY_DLL std::istream & | Mantid::Geometry::operator>> (std::istream &stream, SymmetryOperation &operation) |
| Reads identifier from stream and tries to parse as a symbol. More... | |