#include <PycArrayComH.h>
|
static void | toPy (void *to, const Complex *from, size_t nr) |
|
static void | fromPy (Complex *to, const void *from, size_t nr) |
|
static Array< Complex > | toArray (const IPosition &shape, void *data, bool copy) |
|
template<>
struct ArrayCopy< Complex >
Definition at line 56 of file PycArrayComH.h.
void ArrayCopy< Complex >::fromPy |
( |
Complex * |
to, |
|
|
const void * |
from, |
|
|
size_t |
nr |
|
) |
| |
|
static |
Array< Complex > ArrayCopy< Complex >::toArray |
( |
const IPosition & |
shape, |
|
|
void * |
data, |
|
|
bool |
copy |
|
) |
| |
|
static |
void ArrayCopy< Complex >::toPy |
( |
void * |
to, |
|
|
const Complex * |
from, |
|
|
size_t |
nr |
|
) |
| |
|
static |
The documentation for this struct was generated from the following files: