|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Functor to call LPFunctionTransfer::isTransferable() for a factor of the graphical model. More...
#include <lp_functiontransfer.hxx>
Collaboration diagram for opengm::LPFunctionTransfer< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >::IsTransferableFunctor:Public Member Functions | |
| template<class FUNCTION_TYPE > | |
| void | operator() (const FUNCTION_TYPE &function) |
| The operator which implements the access to the function of a factor of the graphical model. More... | |
Public Attributes | |
| bool | isTransferable_ |
| Storage for the return value of the LPFunctionTransfer::isTransferable() method. More... | |
Functor to call LPFunctionTransfer::isTransferable() for a factor of the graphical model.
Definition at line 42 of file lp_functiontransfer.hxx.
|
inline |
The operator which implements the access to the function of a factor of the graphical model.
| FUNCTION_TYPE | The function type. |
| [in] | function | The function. |
Definition at line 626 of file lp_functiontransfer.hxx.
| opengm::LPFunctionTransfer< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE >::IsTransferableFunctor::isTransferable_ |
Storage for the return value of the LPFunctionTransfer::isTransferable() method.
Definition at line 43 of file lp_functiontransfer.hxx.
1.8.9.1