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

#include <PycArrayComH.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 ArrayCopy< Complex >

Definition at line 56 of file PycArrayComH.h.

Member Function Documentation

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

Definition at line 197 of file PycArrayComCC.h.

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

Definition at line 204 of file PycArrayComCC.h.

References casacore::shape(), and casacore::SHARE.

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

Definition at line 190 of file PycArrayComCC.h.


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