OpenGM  2.3.x
Discrete Graphical Model Library
Public Types | List of all members
opengm::python::GmGen< V, I, O, F > Struct Template Reference

#include <opengmpython.hxx>

+ Collaboration diagram for opengm::python::GmGen< V, I, O, F >:

Public Types

typedef opengm::DiscreteSpace< I, I > SpaceType
 
typedef opengm::GraphicalModel< V, O, F, SpaceTypetype
 

Detailed Description

template<class V, class I, class O, class F>
struct opengm::python::GmGen< V, I, O, F >

Definition at line 39 of file opengmpython.hxx.

Member Typedef Documentation

template<class V, class I, class O, class F>
typedef opengm::DiscreteSpace<I,I> opengm::python::GmGen< V, I, O, F >::SpaceType

Definition at line 40 of file opengmpython.hxx.

template<class V, class I, class O, class F>
typedef opengm::GraphicalModel<V,O,F,SpaceType> opengm::python::GmGen< V, I, O, F >::type

Definition at line 41 of file opengmpython.hxx.