#include <view_convert_function.hxx>
Public Types | |
typedef VALUE_TYPE | ValueType |
typedef VALUE_TYPE | value_type |
typedef GM::FactorType | FactorType |
typedef GM::OperatorType | OperatorType |
typedef GM::IndexType | IndexType |
typedef GM::LabelType | LabelType |
Public Member Functions | |
ViewConvertFunction () | |
ViewConvertFunction (const FactorType &) | |
template<class Iterator > | |
ValueType | operator() (Iterator begin) const |
IndexType | shape (const IndexType) const |
IndexType | dimension () const |
IndexType | size () const |
ViewConvertFunction convert semi-ring in a lazy fashion
Definition at line 56 of file view_convert_function.hxx.
typedef GM::FactorType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::FactorType |
Definition at line 63 of file view_convert_function.hxx.
typedef GM::IndexType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::IndexType |
Definition at line 65 of file view_convert_function.hxx.
typedef GM::LabelType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::LabelType |
Definition at line 66 of file view_convert_function.hxx.
typedef GM::OperatorType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::OperatorType |
Definition at line 64 of file view_convert_function.hxx.
typedef VALUE_TYPE opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::value_type |
Definition at line 62 of file view_convert_function.hxx.
typedef VALUE_TYPE opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::ValueType |
Definition at line 61 of file view_convert_function.hxx.
opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::ViewConvertFunction | ( | ) | [inline] |
Definition at line 81 of file view_convert_function.hxx.
opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::ViewConvertFunction | ( | const FactorType & | ) |
ViewConvertFunction< GM, ACC, VALUE_TYPE >::IndexType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::dimension | ( | ) | const [inline] |
Definition at line 115 of file view_convert_function.hxx.
ViewConvertFunction< GM, ACC, VALUE_TYPE >::ValueType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::operator() | ( | Iterator | begin | ) | const [inline] |
Definition at line 98 of file view_convert_function.hxx.
IndexType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::shape | ( | const | IndexType | ) | const |
ViewConvertFunction< GM, ACC, VALUE_TYPE >::IndexType opengm::ViewConvertFunction< GM, ACC, VALUE_TYPE >::size | ( | ) | const [inline] |
Definition at line 121 of file view_convert_function.hxx.