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

#include <opengmpython.hxx>

+ Collaboration diagram for opengm::python::FTLGen< V, I >:

Public Types

typedef V ValueType
 
typedef I IndexType
 
typedef I LabelType
 
typedef opengm::ExplicitFunction< ValueType, IndexType, LabelTypePyExplicitFunction
 
typedef opengm::PottsFunction< ValueType, IndexType, LabelTypePyPottsFunction
 
typedef opengm::PottsNFunction< ValueType, IndexType, LabelTypePyPottsNFunction
 
typedef opengm::PottsGFunction< ValueType, IndexType, LabelTypePyPottsGFunction
 
typedef opengm::TruncatedAbsoluteDifferenceFunction< ValueType, IndexType, LabelTypePyTruncatedAbsoluteDifferenceFunction
 
typedef opengm::TruncatedSquaredDifferenceFunction< ValueType, IndexType, LabelTypePyTruncatedSquaredDifferenceFunction
 
typedef opengm::SparseFunction< ValueType, IndexType, LabelTypePySparseFunction
 
typedef PythonFunction< ValueType, IndexType, LabelTypePyPythonFunction
 
typedef opengm::meta::TypeListGenerator< PyExplicitFunction, PyPottsFunction, PyPottsNFunction, PyPottsGFunction, PyTruncatedAbsoluteDifferenceFunction, PyTruncatedSquaredDifferenceFunction, PySparseFunction, PyPythonFunction >::type type
 

Detailed Description

template<class V, class I>
struct opengm::python::FTLGen< V, I >

Definition at line 49 of file opengmpython.hxx.

Member Typedef Documentation

template<class V, class I>
typedef I opengm::python::FTLGen< V, I >::IndexType

Definition at line 52 of file opengmpython.hxx.

template<class V, class I>
typedef I opengm::python::FTLGen< V, I >::LabelType

Definition at line 53 of file opengmpython.hxx.

Definition at line 54 of file opengmpython.hxx.

Definition at line 55 of file opengmpython.hxx.

Definition at line 57 of file opengmpython.hxx.

Definition at line 56 of file opengmpython.hxx.

Definition at line 61 of file opengmpython.hxx.

Definition at line 60 of file opengmpython.hxx.

Definition at line 58 of file opengmpython.hxx.

Definition at line 59 of file opengmpython.hxx.

Definition at line 72 of file opengmpython.hxx.

template<class V, class I>
typedef V opengm::python::FTLGen< V, I >::ValueType

Definition at line 51 of file opengmpython.hxx.