Mantid
Loading...
Searching...
No Matches
Functions
SpectrumInfo.cpp File Reference
#include "MantidAPI/SpectrumInfo.h"
#include "MantidAPI/SpectrumInfoItem.h"
#include "MantidAPI/SpectrumInfoIterator.h"
#include "MantidPythonInterface/api/SpectrumInfoPythonIterator.h"
#include "MantidTypes/SpectrumDefinition.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/list.hpp>
#include <boost/python/return_value_policy.hpp>
#include <boost/python/tuple.hpp>

Go to the source code of this file.

Functions

void export_SpectrumInfo ()
 
PyObject * geographicalAngles (const SpectrumInfo &spectrumInfo, const size_t index)
 
SpectrumInfoPythonIterator make_pyiterator (SpectrumInfo &spectrumInfo)
 

Function Documentation

◆ export_SpectrumInfo()

void export_SpectrumInfo ( )

◆ geographicalAngles()

PyObject * geographicalAngles ( const SpectrumInfo spectrumInfo,
const size_t  index 
)

Definition at line 32 of file SpectrumInfo.cpp.

References Mantid::API::SpectrumInfo::geographicalAngles(), and index.

Referenced by export_SpectrumInfo().

◆ make_pyiterator()

SpectrumInfoPythonIterator make_pyiterator ( SpectrumInfo spectrumInfo)

Definition at line 28 of file SpectrumInfo.cpp.

Referenced by export_ComponentInfo(), export_DetectorInfo(), and export_SpectrumInfo().