Mantid
Loading...
Searching...
No Matches
ComponentInfoIterator.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
11
12namespace Mantid {
13namespace Geometry {
14
17template <typename T> class ComponentInfoIterator : public InfoIteratorBase<T, ComponentInfoItem> {
18public:
19 using InfoIteratorBase<T, ComponentInfoItem>::InfoIteratorBase;
20};
21} // namespace Geometry
22} // namespace Mantid
ComponentInfoItem Return type for ComponentInfoIterators.
ComponentInfoIterator for random access iteration over ComponentInfo.
Helper class which provides the Collimation Length for SANS instruments.