11#include "MantidKernel/DllConfig.h"
29 IndexSet(int64_t min, int64_t max,
size_t fullRange);
30 IndexSet(
const std::vector<size_t> &indices,
size_t fullRange);
40 return m_indices[
index];
44 bool m_isRange =
true;
size_t m_size
Maximum size of the store.
std::map< DeltaEMode::Type, std::string > index
IndexSet is a container that can be used to define and access a subset of elements in a larger contai...
size_t operator[](size_t index) const
Returns the element at given index (range 0...size()-1).
std::vector< size_t > m_indices
size_t size() const
Returns the size of the set.
Helper class which provides the Collimation Length for SANS instruments.