|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Functor to call LPFunctionTransfer::getIndicatorVariables() for a factor of the graphical model. More...
#include <lp_functiontransfer.hxx>
Collaboration diagram for opengm::LPFunctionTransfer< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >::GetIndicatorVariablesFunctor:Public Member Functions | |
| template<class FUNCTION_TYPE > | |
| void | operator() (const FUNCTION_TYPE &function) |
| The operator which implements the access to the function of a graphical model factor. More... | |
Public Attributes | |
| IndicatorVariablesContainerType * | variables_ |
| Pointer to the storage for the return value of the LPFunctionTransfer::getIndicatorVariables() method. More... | |
Functor to call LPFunctionTransfer::getIndicatorVariables() for a factor of the graphical model.
Definition at line 62 of file lp_functiontransfer.hxx.
|
inline |
The operator which implements the access to the function of a graphical model factor.
| FUNCTION_TYPE | The function type. |
| [in] | function | The function. |
Definition at line 650 of file lp_functiontransfer.hxx.
Here is the call graph for this function:| opengm::LPFunctionTransfer< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >::GetIndicatorVariablesFunctor::variables_ |
Pointer to the storage for the return value of the LPFunctionTransfer::getIndicatorVariables() method.
Definition at line 63 of file lp_functiontransfer.hxx.
1.8.9.1