casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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, 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)
 

Detailed Description

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

Definition at line 57 of file PycArrayNP.h.

Member Function Documentation

static void casacore::python::numpy::ArrayCopy< Complex >::fromPy ( Complex *  to,
const void *  from,
size_t  nr 
)
static
static Array<Complex> casacore::python::numpy::ArrayCopy< Complex >::toArray ( const IPosition shape,
void *  data,
bool  copy 
)
static
static void casacore::python::numpy::ArrayCopy< Complex >::toPy ( void *  to,
const Complex *  from,
size_t  nr 
)
static

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