Mantid
|
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::PythonInterface |
namespace | Mantid::PythonInterface::Converters |
namespace | Mantid::PythonInterface::Converters::Impl |
Typedefs | |
using | PyArray_Descr = _PyArray_Descr |
using | PyArrayObject = tagPyArrayObject |
Functions | |
MANTID_PYTHONINTERFACE_CORE_DLL PyArray_Descr * | Mantid::PythonInterface::Converters::Impl::func_PyArray_Descr (const char *datadescr) |
MANTID_PYTHONINTERFACE_CORE_DLL PyObject * | Mantid::PythonInterface::Converters::Impl::func_PyArray_IterNew (PyArrayObject *arr) |
equivalent to macro PyArray_IterNew More... | |
MANTID_PYTHONINTERFACE_CORE_DLL PyArrayObject * | Mantid::PythonInterface::Converters::Impl::func_PyArray_NewFromDescr (const char *datadescr, int ndims, Py_intptr_t *dims) |
MANTID_PYTHONINTERFACE_CORE_DLL PyArrayObject * | Mantid::PythonInterface::Converters::Impl::func_PyArray_NewFromDescr (int datatype, int ndims, Py_intptr_t *dims) |
equivalent to macro PyArray_NewFromDescr More... | |
using PyArray_Descr = _PyArray_Descr |
Definition at line 20 of file NumpyFunctions.h.
using PyArrayObject = tagPyArrayObject |
Definition at line 18 of file NumpyFunctions.h.