|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Functor used to access the method indicatorVariablesOrderBegin() of the underlying linear constraint function of a graphical model factor. More...
#include <lp_inference_base.hxx>
Collaboration diagram for opengm::LPInferenceBase< LP_INFERENCE_TYPE >::GetIndicatorVariablesOrderBeginFunctor:Classes | |
| struct | GetIndicatorVariablesOrderBeginFunctor_impl |
| Helper struct to distinguish between linear constraint functions and other function types. This is necessary as only linear constraint functions provide the method indicatorVariablesOrderBegin(). More... | |
| struct | GetIndicatorVariablesOrderBeginFunctor_impl< FUNCTION_TYPE, true > |
Public Member Functions | |
| template<class LINEAR_CONSTRAINT_FUNCTION_TYPE > | |
| void | operator() (const LINEAR_CONSTRAINT_FUNCTION_TYPE &linearConstraintFunction) |
| Operator used to access the method indicatorVariablesOrderBegin() of the underlying linear constraint function of a graphical model factor. More... | |
Public Attributes | |
| IndicatorVariablesIteratorType | indicatorVariablesOrderBegin_ |
| Storage for the iterator returned by the method indicatorVariablesOrderBegin(). More... | |
Functor used to access the method indicatorVariablesOrderBegin() of the underlying linear constraint function of a graphical model factor.
Definition at line 113 of file lp_inference_base.hxx.
|
inline |
Operator used to access the method indicatorVariablesOrderBegin() of the underlying linear constraint function of a graphical model factor.
| LINEAR_CONSTRAINT_FUNCTION_TYPE | The underlying linear constraint function type of a graphical model factor. |
| [in] | linearConstraintFunction | The underlying linear constraint function of a graphical model factor. |
Definition at line 3245 of file lp_inference_base.hxx.
| opengm::LPInferenceBase< LP_INFERENCE_TYPE >::GetIndicatorVariablesOrderBeginFunctor::indicatorVariablesOrderBegin_ |
Storage for the iterator returned by the method indicatorVariablesOrderBegin().
Definition at line 115 of file lp_inference_base.hxx.
1.8.9.1