#include <reducedinference.hxx>
Public Types | |
typedef GM::ValueType | ValueType |
typedef GM::LabelType | LabelType |
typedef GM::IndexType | IndexType |
typedef GM::OperatorType | OperatorType |
typedef DiscreteSpace < IndexType, LabelType > | SpaceType |
typedef meta::TypeListGenerator < opengm::ExplicitFunction < ValueType, IndexType, LabelType > , opengm::ViewFunction< GM > >::type | FunctionTypeList |
typedef opengm::GraphicalModel < ValueType, OperatorType, FunctionTypeList, SpaceType > | InfGmType |
Definition at line 31 of file reducedinference.hxx.
typedef meta::TypeListGenerator< opengm::ExplicitFunction<ValueType, IndexType, LabelType>, opengm::ViewFunction<GM> >::type opengm::ReducedInferenceHelper< GM >::FunctionTypeList |
Definition at line 43 of file reducedinference.hxx.
typedef GM::IndexType opengm::ReducedInferenceHelper< GM >::IndexType |
Definition at line 36 of file reducedinference.hxx.
typedef opengm::GraphicalModel< ValueType, OperatorType, FunctionTypeList, SpaceType > opengm::ReducedInferenceHelper< GM >::InfGmType |
Definition at line 50 of file reducedinference.hxx.
typedef GM::LabelType opengm::ReducedInferenceHelper< GM >::LabelType |
Definition at line 35 of file reducedinference.hxx.
typedef GM::OperatorType opengm::ReducedInferenceHelper< GM >::OperatorType |
Definition at line 37 of file reducedinference.hxx.
typedef DiscreteSpace<IndexType, LabelType> opengm::ReducedInferenceHelper< GM >::SpaceType |
Definition at line 38 of file reducedinference.hxx.
typedef GM::ValueType opengm::ReducedInferenceHelper< GM >::ValueType |
Definition at line 34 of file reducedinference.hxx.