Mantid
|
Converter that takes a c array and its size then converts/wraps it into a numpy array. More...
#include <CArrayToNDArray.h>
Public Member Functions | |
PyObject * | operator() (const ElementType *carray, const int ndims, Py_intptr_t *dims) const |
Converter that takes a c array and its size then converts/wraps it into a numpy array.
The type of conversion is specified by another struct/class that contains a static member create.
Definition at line 25 of file CArrayToNDArray.h.
|
inline |
Definition at line 26 of file CArrayToNDArray.h.