|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <reducedinference.hxx>
Collaboration diagram for opengm::ReducedInferenceHelper< GM >: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< ViewFixVariablesFunction< GM >, ViewFunction< GM >, ConstantFunction< ValueType, IndexType, LabelType >, ExplicitFunction< ValueType, IndexType, LabelType > >::type | FunctionTypeList |
| typedef GraphicalModel< ValueType, OperatorType, FunctionTypeList, SpaceType > | InfGmType |
Definition at line 33 of file reducedinference.hxx.
| typedef meta::TypeListGenerator< ViewFixVariablesFunction<GM>, ViewFunction<GM>, ConstantFunction<ValueType, IndexType, LabelType>, ExplicitFunction<ValueType, IndexType, LabelType> >::type opengm::ReducedInferenceHelper< GM >::FunctionTypeList |
Definition at line 46 of file reducedinference.hxx.
| typedef GM::IndexType opengm::ReducedInferenceHelper< GM >::IndexType |
Definition at line 38 of file reducedinference.hxx.
| typedef GraphicalModel<ValueType, OperatorType, FunctionTypeList, SpaceType> opengm::ReducedInferenceHelper< GM >::InfGmType |
Definition at line 47 of file reducedinference.hxx.
| typedef GM::LabelType opengm::ReducedInferenceHelper< GM >::LabelType |
Definition at line 37 of file reducedinference.hxx.
| typedef GM::OperatorType opengm::ReducedInferenceHelper< GM >::OperatorType |
Definition at line 39 of file reducedinference.hxx.
| typedef DiscreteSpace<IndexType, LabelType> opengm::ReducedInferenceHelper< GM >::SpaceType |
Definition at line 40 of file reducedinference.hxx.
| typedef GM::ValueType opengm::ReducedInferenceHelper< GM >::ValueType |
Definition at line 36 of file reducedinference.hxx.
1.8.9.1