Go to the source code of this file.
|
namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments.
|
|
namespace | Mantid::Kernel |
|
|
MANTID_KERNEL_DLL TimeSplitterType | Mantid::Kernel::operator& (const TimeSplitterType &a, const TimeSplitterType &b) |
| AND operator for TimeSplitterType Works on Filters - combines them to only keep times where both Filters are TRUE. More...
|
|
MANTID_KERNEL_DLL TimeSplitterType | Mantid::Kernel::operator+ (const TimeSplitterType &a, const TimeSplitterType &b) |
| Plus operator for TimeSplitterType. More...
|
|
MANTID_KERNEL_DLL TimeSplitterType | Mantid::Kernel::operator| (const TimeSplitterType &a, const TimeSplitterType &b) |
| OR operator for TimeSplitterType Only works on Filters, not splitters. More...
|
|
MANTID_KERNEL_DLL TimeSplitterType | Mantid::Kernel::operator~ (const TimeSplitterType &a) |
| NOT operator for TimeSplitterType Only works on Filters. More...
|
|