|
Mantid
|
#include "MantidAPI/IEventWorkspace.h"#include "MantidAPI/IEventList.h"#include "MantidPythonInterface/api/RegisterWorkspacePtrToPython.h"#include "MantidPythonInterface/core/GetPointer.h"#include <boost/python/class.hpp>#include <boost/python/object.hpp>Go to the source code of this file.
Functions | |
| void | export_IEventWorkspace () |
| Python exports of the Mantid::API::IEventWorkspace class. More... | |
| void export_IEventWorkspace | ( | ) |
Python exports of the Mantid::API::IEventWorkspace class.
Definition at line 36 of file IEventWorkspace.cpp.
References Mantid::API::IEventWorkspace::clearMRU(), Mantid::API::IEventWorkspace::getNumberEvents(), Mantid::API::IEventWorkspace::getPulseTimeMax(), Mantid::API::IEventWorkspace::getPulseTimeMin(), Mantid::API::IEventWorkspace::getTofMax(), and Mantid::API::IEventWorkspace::getTofMin().