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 opengm::functions::learnable::LPotts< ValueType, IndexType, LabelTypePyLPottsFunction
 
typedef opengm::functions::learnable::LUnary< ValueType, IndexType, LabelTypePyLUnaryFunction
 
typedef opengm::meta::TypeListGenerator< PyExplicitFunction, PyPottsFunction, PyPottsNFunction, PyPottsGFunction, PyTruncatedAbsoluteDifferenceFunction, PyTruncatedSquaredDifferenceFunction, PySparseFunction, PyLPottsFunction, PyLUnaryFunction >::type type
 

Detailed Description

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

Definition at line 52 of file opengmpython.hxx.

Member Typedef Documentation

§ IndexType

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

Definition at line 55 of file opengmpython.hxx.

§ LabelType

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

Definition at line 56 of file opengmpython.hxx.

§ PyExplicitFunction

Definition at line 57 of file opengmpython.hxx.

§ PyLPottsFunction

Definition at line 64 of file opengmpython.hxx.

§ PyLUnaryFunction

Definition at line 65 of file opengmpython.hxx.

§ PyPottsFunction

Definition at line 58 of file opengmpython.hxx.

§ PyPottsGFunction

Definition at line 60 of file opengmpython.hxx.

§ PyPottsNFunction

Definition at line 59 of file opengmpython.hxx.

§ PySparseFunction

Definition at line 63 of file opengmpython.hxx.

§ PyTruncatedAbsoluteDifferenceFunction

Definition at line 61 of file opengmpython.hxx.

§ PyTruncatedSquaredDifferenceFunction

Definition at line 62 of file opengmpython.hxx.

§ type

Definition at line 78 of file opengmpython.hxx.

§ ValueType

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

Definition at line 54 of file opengmpython.hxx.