casacore
Static Public Member Functions | List of all members
casacore::python::numpy::ArrayCopy< Complex > Struct Template Reference

#include <PycArrayNP.h>

Static Public Member Functions

static void toPy (void *to, const Complex *from, uInt nr)
 
static void fromPy (Complex *to, const void *from, uInt nr)
 
static Array< Complex > toArray (const IPosition &shape, void *data, bool copy)
 

Detailed Description

template<>
struct casacore::python::numpy::ArrayCopy< Complex >

Definition at line 57 of file PycArrayNP.h.

Member Function Documentation

§ fromPy()

static void casacore::python::numpy::ArrayCopy< Complex >::fromPy ( Complex *  to,
const void *  from,
uInt  nr 
)
static

§ toArray()

static Array<Complex> casacore::python::numpy::ArrayCopy< Complex >::toArray ( const IPosition shape,
void *  data,
bool  copy 
)
static

§ toPy()

static void casacore::python::numpy::ArrayCopy< Complex >::toPy ( void *  to,
const Complex *  from,
uInt  nr 
)
static

The documentation for this struct was generated from the following file: