11#include <boost/python/object.hpp>
18namespace PythonInterface {
22PyObject *
cloneX(
const API::MatrixWorkspace &self);
24PyObject *
cloneY(
const API::MatrixWorkspace &self);
26PyObject *
cloneE(
const API::MatrixWorkspace &self);
28PyObject *
cloneDx(
const API::MatrixWorkspace &self);
PyObject * cloneE(const API::MatrixWorkspace &self)
Create a numpy array from the E values of the given workspace reference.
PyObject * cloneY(const API::MatrixWorkspace &self)
Create a numpy array from the Y values of the given workspace reference.
PyObject * cloneDx(const API::MatrixWorkspace &self)
Create a numpy array from the E values of the given workspace reference.
PyObject * cloneX(const API::MatrixWorkspace &self)
{ Create a numpy array from the X values of the given workspace reference
Helper class which provides the Collimation Length for SANS instruments.