OpenGM  2.3.x
Discrete Graphical Model Library
Public Types | List of all members
opengm::Factor< GRAPHICAL_MODEL >::GmToFactorLabelIter< LABEL_ITER > Struct Template Reference

#include <graphicalmodel_factor.hxx>

+ Collaboration diagram for opengm::Factor< GRAPHICAL_MODEL >::GmToFactorLabelIter< LABEL_ITER >:

Public Types

typedef SubsetAccessor< VariablesIteratorType, LABEL_ITER > Accessor
 
typedef AccessorIterator< Accessor, true > Iter
 

Detailed Description

template<class GRAPHICAL_MODEL>
template<class LABEL_ITER>
struct opengm::Factor< GRAPHICAL_MODEL >::GmToFactorLabelIter< LABEL_ITER >

Definition at line 199 of file graphicalmodel_factor.hxx.

Member Typedef Documentation

§ Accessor

template<class GRAPHICAL_MODEL>
template<class LABEL_ITER>
typedef SubsetAccessor<VariablesIteratorType, LABEL_ITER> opengm::Factor< GRAPHICAL_MODEL >::GmToFactorLabelIter< LABEL_ITER >::Accessor

Definition at line 200 of file graphicalmodel_factor.hxx.

§ Iter

template<class GRAPHICAL_MODEL>
template<class LABEL_ITER>
typedef AccessorIterator<Accessor, true> opengm::Factor< GRAPHICAL_MODEL >::GmToFactorLabelIter< LABEL_ITER >::Iter

Definition at line 201 of file graphicalmodel_factor.hxx.