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

#include <converter.hxx>

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

Public Types

typedef VALUE_TYPE ValueType
 
typedef NumpyView< ValueType, DIM > NumpyViewType
 

Public Member Functions

 NumpyViewType_from_python_numpyarray ()
 

Static Public Member Functions

static void * convertible (PyObject *obj_ptr)
 
static void construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *data)
 

Detailed Description

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

Definition at line 228 of file converter.hxx.

Member Typedef Documentation

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

Definition at line 230 of file converter.hxx.

template<class VALUE_TYPE , size_t DIM>
typedef VALUE_TYPE opengm::python::NumpyViewType_from_python_numpyarray< VALUE_TYPE, DIM >::ValueType

Definition at line 229 of file converter.hxx.

Constructor & Destructor Documentation

template<class VALUE_TYPE , size_t DIM>
opengm::python::NumpyViewType_from_python_numpyarray< VALUE_TYPE, DIM >::NumpyViewType_from_python_numpyarray ( )
inline

Definition at line 232 of file converter.hxx.

Member Function Documentation

template<class VALUE_TYPE , size_t DIM>
static void opengm::python::NumpyViewType_from_python_numpyarray< VALUE_TYPE, DIM >::construct ( PyObject *  obj_ptr,
boost::python::converter::rvalue_from_python_stage1_data *  data 
)
inlinestatic

Definition at line 271 of file converter.hxx.

template<class VALUE_TYPE , size_t DIM>
static void* opengm::python::NumpyViewType_from_python_numpyarray< VALUE_TYPE, DIM >::convertible ( PyObject *  obj_ptr)
inlinestatic

Definition at line 238 of file converter.hxx.

+ Here is the call graph for this function: