OpenGM  2.3.x
Discrete Graphical Model Library
Public Types | Static Public Member Functions | List of all members
opengm::python::NumpyViewType_to_python_numpyarray< VALUE_TYPE, DIM > Struct Template Reference

#include <converter.hxx>

+ Collaboration diagram for opengm::python::NumpyViewType_to_python_numpyarray< VALUE_TYPE, DIM >:

Public Types

typedef NumpyView< VALUE_TYPE, DIM > NumpyViewType
 

Static Public Member Functions

static PyObject * convert (NumpyViewType numpyView)
 

Detailed Description

template<class VALUE_TYPE, size_t DIM>
struct opengm::python::NumpyViewType_to_python_numpyarray< VALUE_TYPE, DIM >

Definition at line 292 of file converter.hxx.

Member Typedef Documentation

template<class VALUE_TYPE , size_t DIM>
typedef NumpyView<VALUE_TYPE,DIM> opengm::python::NumpyViewType_to_python_numpyarray< VALUE_TYPE, DIM >::NumpyViewType

Definition at line 294 of file converter.hxx.

Member Function Documentation

template<class VALUE_TYPE , size_t DIM>
static PyObject* opengm::python::NumpyViewType_to_python_numpyarray< VALUE_TYPE, DIM >::convert ( NumpyViewType  numpyView)
inlinestatic

Definition at line 296 of file converter.hxx.