OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::trws_base::PreviousFactorTable< GM >::FactorVarID Struct Reference

#include <trws_base.hxx>

+ Collaboration diagram for opengm::trws_base::PreviousFactorTable< GM >::FactorVarID:

Public Member Functions

 FactorVarID ()
 
 FactorVarID (IndexType fID, IndexType vID, IndexType lID)
 

Public Attributes

IndexType factorId
 
IndexType varId
 
IndexType localId
 

Detailed Description

template<class GM>
struct opengm::trws_base::PreviousFactorTable< GM >::FactorVarID

Definition at line 117 of file trws_base.hxx.

Constructor & Destructor Documentation

template<class GM>
opengm::trws_base::PreviousFactorTable< GM >::FactorVarID::FactorVarID ( )
inline

Definition at line 119 of file trws_base.hxx.

template<class GM>
opengm::trws_base::PreviousFactorTable< GM >::FactorVarID::FactorVarID ( IndexType  fID,
IndexType  vID,
IndexType  lID 
)
inline

Definition at line 120 of file trws_base.hxx.

Member Data Documentation

template<class GM>
IndexType opengm::trws_base::PreviousFactorTable< GM >::FactorVarID::factorId

Definition at line 121 of file trws_base.hxx.

template<class GM>
IndexType opengm::trws_base::PreviousFactorTable< GM >::FactorVarID::localId

Definition at line 129 of file trws_base.hxx.

template<class GM>
IndexType opengm::trws_base::PreviousFactorTable< GM >::FactorVarID::varId

Definition at line 128 of file trws_base.hxx.