Mantid
|
#include "MantidAPI/ISpectrum.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/register_ptr_to_python.hpp>
Go to the source code of this file.
Functions | |
void | export_ISpectrum () |
void export_ISpectrum | ( | ) |
Definition at line 19 of file ISpectrum.cpp.
References Mantid::API::ISpectrum::addDetectorID(), Mantid::API::ISpectrum::clearDetectorIDs(), Mantid::API::ISpectrum::getDetectorIDs(), Mantid::API::ISpectrum::getSpectrumNo(), Mantid::API::ISpectrum::hasDetectorID(), Mantid::API::ISpectrum::hasDx(), Mantid::API::ISpectrum::setDetectorID(), and Mantid::API::ISpectrum::setSpectrumNo().