Mantid
Loading...
Searching...
No Matches
Framework
PythonInterface
mantid
api
src
Exports
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 +
7
#include "
MantidAPI/SpectrumInfoIterator.h
"
8
#include "
MantidAPI/SpectrumInfo.h
"
9
10
#include <boost/python/class.hpp>
11
#include <boost/python/module.hpp>
12
13
using
Mantid::API::SpectrumInfo
;
14
using
Mantid::API::SpectrumInfoIterator
;
15
using namespace
boost::python
;
16
17
// Export SpectrumInfoIterator
18
void
export_SpectrumInfoIterator
() {
19
20
// Export to Python
21
class_<SpectrumInfoIterator<SpectrumInfo>>(
"SpectrumInfoIterator"
, no_init);
22
}
export_SpectrumInfoIterator
void export_SpectrumInfoIterator()
Definition:
SpectrumInfoIterator.cpp:18
SpectrumInfoIterator.h
SpectrumInfo.h
Mantid::API::SpectrumInfoIterator
SpectrumInfoIterator.
Definition:
SpectrumInfoIterator.h:30
Mantid::API::SpectrumInfo
API::SpectrumInfo is an intermediate step towards a SpectrumInfo that is part of Instrument-2....
Definition:
SpectrumInfo.h:53
boost::python
Definition:
NDArray.h:50
Generated on Tue Jan 3 2023 11:57:58 for Mantid by
1.9.5