Mantid
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
NumpyFunctions.h File Reference
#include "MantidPythonInterface/core/DllConfig.h"
#include <boost/python/detail/wrap_python.hpp>

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_DescrMantid::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 PyArrayObjectMantid::PythonInterface::Converters::Impl::func_PyArray_NewFromDescr (const char *datadescr, int ndims, Py_intptr_t *dims)
 
MANTID_PYTHONINTERFACE_CORE_DLL PyArrayObjectMantid::PythonInterface::Converters::Impl::func_PyArray_NewFromDescr (int datatype, int ndims, Py_intptr_t *dims)
 equivalent to macro PyArray_NewFromDescr More...
 

Typedef Documentation

◆ PyArray_Descr

using PyArray_Descr = _PyArray_Descr

Definition at line 20 of file NumpyFunctions.h.

◆ PyArrayObject

using PyArrayObject = tagPyArrayObject

Definition at line 18 of file NumpyFunctions.h.