|
Mantid
|
#include "MantidGeometry/Crystal/Group.h"#include "MantidGeometry/Crystal/SymmetryOperationFactory.h"#include <algorithm>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 bool | Mantid::Geometry::operator!= (const Group_const_sptr &lhs, const Group_const_sptr &rhs) |
| Inequality operator for shared pointers. More... | |
| MANTID_GEOMETRY_DLL Group_const_sptr | Mantid::Geometry::operator* (const Group_const_sptr &lhs, const Group_const_sptr &rhs) |
| Convenience operator* for directly multiplying groups using shared pointers. More... | |
| MANTID_GEOMETRY_DLL std::vector< Kernel::V3D > | Mantid::Geometry::operator* (const Group_const_sptr &lhs, const Kernel::V3D &rhs) |
| Convenience operator* for getting a vector of V3D using shared pointers. More... | |
| MANTID_GEOMETRY_DLL bool | Mantid::Geometry::operator== (const Group_const_sptr &lhs, const Group_const_sptr &rhs) |
| Equality operator for shared pointers. More... | |