reference to a Factor of a GraphicalModel More...
#include <view.hxx>
Public Types | |
typedef GM::ValueType | ValueType |
typedef ValueType | value_type |
typedef GM::FactorType | FactorType |
typedef GM::OperatorType | OperatorType |
typedef GM::IndexType | IndexType |
typedef GM::IndexType | LabelType |
Public Member Functions | |
ViewFunction () | |
ViewFunction (const FactorType &) | |
template<class Iterator > | |
ValueType | operator() (Iterator begin) const |
LabelType | shape (const IndexType) const |
IndexType | dimension () const |
IndexType | size () const |
reference to a Factor of a GraphicalModel
Definition at line 13 of file view.hxx.
typedef GM::FactorType opengm::ViewFunction< GM >::FactorType |
typedef GM::IndexType opengm::ViewFunction< GM >::IndexType |
typedef GM::IndexType opengm::ViewFunction< GM >::LabelType |
typedef GM::OperatorType opengm::ViewFunction< GM >::OperatorType |
typedef ValueType opengm::ViewFunction< GM >::value_type |
typedef GM::ValueType opengm::ViewFunction< GM >::ValueType |
opengm::ViewFunction< GM >::ViewFunction | ( | ) | [inline] |
opengm::ViewFunction< GM >::ViewFunction | ( | const FactorType & | ) |
ViewFunction< GM >::IndexType opengm::ViewFunction< GM >::dimension | ( | ) | const [inline] |
ViewFunction< GM >::ValueType opengm::ViewFunction< GM >::operator() | ( | Iterator | begin | ) | const [inline] |
LabelType opengm::ViewFunction< GM >::shape | ( | const | IndexType | ) | const |
ViewFunction< GM >::IndexType opengm::ViewFunction< GM >::size | ( | ) | const [inline] |