|
Mantid
|
#include "MantidKernel/DllConfig.h"#include "MantidKernel/SplittingInterval.h"#include "MantidKernel/TimeSeriesProperty.h"Go to the source code of this file.
Classes | |
| class | Mantid::Kernel::TimeROI |
| TimeROI : Object that holds information about when the time measurement was active. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
| namespace | Mantid::Kernel::ROI |
Functions | |
| template<typename TYPE > | |
| std::vector< TYPE > | Mantid::Kernel::ROI::calculate_intersection (const std::vector< TYPE > &left, const std::vector< TYPE > &right) |
| This calculates the intersection of two sorted vectors that represent regions of interest (ROI). | |