Mantid
Loading...
Searching...
No Matches
SpectrumInfoIterator.cpp
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 +
9
10#include <boost/python/class.hpp>
11#include <boost/python/module.hpp>
12
15using namespace boost::python;
16
17// Export SpectrumInfoIterator
19
20 // Export to Python
21 class_<SpectrumInfoIterator<SpectrumInfo>>("SpectrumInfoIterator", no_init);
22}
void export_SpectrumInfoIterator()
API::SpectrumInfo is an intermediate step towards a SpectrumInfo that is part of Instrument-2....
Definition: SpectrumInfo.h:53