casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
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 95 of file PycArray.h.

Member Function Documentation

template<typename T >
static PyObject* casacore::python::casa_array_to_python< T >::convert ( Array< T > const &  c)
inlinestatic
template<typename T >
static boost::python::object casacore::python::casa_array_to_python< T >::makeobject ( Array< T > const &  arr)
inlinestatic

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