Mantid
|
#include "MantidAPI/IPeaksWorkspace.h"
#include "MantidAPI/Run.h"
#include "MantidGeometry/Crystal/IPeak.h"
#include "MantidPythonInterface/api/RegisterWorkspacePtrToPython.h"
#include "MantidPythonInterface/core/Converters/PyObjectToV3D.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include <boost/none.hpp>
#include <boost/optional.hpp>
#include <boost/python/class.hpp>
#include <boost/python/iterator.hpp>
#include <boost/python/manage_new_object.hpp>
#include <boost/python/return_internal_reference.hpp>
#include <utility>
Go to the source code of this file.
Functions | |
void | export_IPeaksWorkspace () |
void | export_IPeaksWorkspaceIterator () |
void export_IPeaksWorkspace | ( | ) |
Definition at line 253 of file IPeaksWorkspace.cpp.
References Mantid::API::IPeaksWorkspace::getNumberPeaks(), Mantid::API::IPeaksWorkspace::getPeakPtr(), Mantid::API::IPeaksWorkspace::hasIntegratedPeaks(), and Mantid::API::IPeaksWorkspace::peakInfoNumber().
void export_IPeaksWorkspaceIterator | ( | ) |
Definition at line 247 of file IPeaksWorkspace.cpp.