casacore
|
Copy/convert the array data as needed. More...
#include <PycArrayNP.h>
Static Public Member Functions | |
static void | toPy (void *to, const T *from, size_t nr) |
static void | fromPy (T *to, const void *from, size_t nr) |
static Array< T > | toArray (const IPosition &shape, void *data, bool copy) |
Copy/convert the array data as needed.
Specializations are defined for complex and string.
Definition at line 49 of file PycArrayNP.h.
|
static |
|
static |
|
static |