Mantid
|
#include <vector>
#include <boost/python/object.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
namespace | Mantid::PythonInterface |
Functions | |
PyObject * | Mantid::PythonInterface::cloneDx (const API::MatrixWorkspace &self) |
Create a numpy array from the E values of the given workspace reference. More... | |
PyObject * | Mantid::PythonInterface::cloneE (const API::MatrixWorkspace &self) |
Create a numpy array from the E values of the given workspace reference. More... | |
PyObject * | Mantid::PythonInterface::cloneX (const API::MatrixWorkspace &self) |
{ Create a numpy array from the X values of the given workspace reference More... | |
PyObject * | Mantid::PythonInterface::cloneY (const API::MatrixWorkspace &self) |
Create a numpy array from the Y values of the given workspace reference. More... | |