|
Mantid
|
#include "MantidGeometry/Crystal/HKLFilter.h"#include <memory>#include <stdexcept>#include <utility>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 const HKLFilter_const_sptr | Mantid::Geometry::operator& (const HKLFilter_const_sptr &lhs, const HKLFilter_const_sptr &rhs) |
| Constructs an HKLFilterAnd from the operands. More... | |
| MANTID_GEOMETRY_DLL const HKLFilter_const_sptr | Mantid::Geometry::operator| (const HKLFilter_const_sptr &lhs, const HKLFilter_const_sptr &rhs) |
| Constructs an HKLFilterOr from the operands. More... | |
| MANTID_GEOMETRY_DLL const HKLFilter_const_sptr | Mantid::Geometry::operator~ (const HKLFilter_const_sptr &filter) |
| Constructs an HKLFilterNot from the operand. More... | |