Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
SymmetryOperation.h File Reference
#include "MantidGeometry/Crystal/MatrixVectorPair.h"
#include "MantidGeometry/Crystal/V3R.h"
#include "MantidGeometry/DllConfig.h"
#include "MantidKernel/Matrix.h"
#include <memory>

Go to the source code of this file.

Classes

class  Mantid::Geometry::SymmetryOperation
 Crystallographic symmetry operations are composed of a rotational component, which is represented by a matrix and a translational part, which is described by a vector. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Geometry
 

Functions

template<typename T , typename U >
Kernel::Matrix< T > Mantid::Geometry::convertMatrix (const Kernel::Matrix< U > &matrix)
 
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...