OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Public Member Functions | Public Attributes | List of all members
opengm::LPInferenceBase< LP_INFERENCE_TYPE >::GetLinearConstraintsBeginFunctor Struct Reference

Functor used to access the method linearConstraintsBegin() 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 >::GetLinearConstraintsBeginFunctor:

Classes

struct  GetLinearConstraintsBeginFunctor_impl
 Helper struct to distinguish between linear constraint functions and other function types. This is necessary as only linear constraint functions provide the method linearConstraintsBegin(). More...
 
struct  GetLinearConstraintsBeginFunctor_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 linearConstraintsBegin() of the underlying linear constraint function of a graphical model factor. More...
 

Public Attributes

LinearConstraintsIteratorType linearConstraintsBegin_
 Storage for the iterator returned by the method linearConstraintsBegin(). More...
 

Detailed Description

template<class LP_INFERENCE_TYPE>
struct opengm::LPInferenceBase< LP_INFERENCE_TYPE >::GetLinearConstraintsBeginFunctor

Functor used to access the method linearConstraintsBegin() of the underlying linear constraint function of a graphical model factor.

Definition at line 145 of file lp_inference_base.hxx.

Member Function Documentation

template<class LP_INFERENCE_TYPE >
template<class LINEAR_CONSTRAINT_FUNCTION_TYPE >
void opengm::LPInferenceBase< LP_INFERENCE_TYPE >::GetLinearConstraintsBeginFunctor::operator() ( const LINEAR_CONSTRAINT_FUNCTION_TYPE &  linearConstraintFunction)
inline

Operator used to access the method linearConstraintsBegin() of the underlying linear constraint function of a graphical model factor.

Template Parameters
LINEAR_CONSTRAINT_FUNCTION_TYPEThe underlying linear constraint function type of a graphical model factor.
Parameters
[in]linearConstraintFunctionThe underlying linear constraint function of a graphical model factor.

Definition at line 3281 of file lp_inference_base.hxx.

Member Data Documentation

template<class LP_INFERENCE_TYPE>
opengm::LPInferenceBase< LP_INFERENCE_TYPE >::GetLinearConstraintsBeginFunctor::linearConstraintsBegin_

Storage for the iterator returned by the method linearConstraintsBegin().

Definition at line 147 of file lp_inference_base.hxx.