casacore
Loading...
Searching...
No Matches
casacore::python::casa_array_to_python< T > Struct Template Reference

Convert Array to Python. More...

#include <PycArray.h>

Static Public Member Functions

static boost::python::object makeobject (Array< T > const &arr)
static PyObject * convert (Array< T > const &c)

Detailed Description

template<typename T>
struct casacore::python::casa_array_to_python< T >

Convert Array to Python.

Definition at line 93 of file PycArray.h.

Member Function Documentation

◆ convert()

template<typename T>
PyObject * casacore::python::casa_array_to_python< T >::convert ( Array< T > const & c)
inlinestatic

Definition at line 97 of file PycArray.h.

References makeobject().

◆ makeobject()

template<typename T>
boost::python::object casacore::python::casa_array_to_python< T >::makeobject ( Array< T > const & arr)
inlinestatic

Definition at line 95 of file PycArray.h.

References casacore::python::makePyArrayObject().

Referenced by convert().


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