|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Traits class for linear constraint functions. More...
#include <linear_constraint_function_base.hxx>
Collaboration diagram for opengm::LinearConstraintFunctionTraits< LINEAR_CONSTRAINT_FUNCTION_TYPE >:Public Types | |
| typedef LinearConstraintFunctionTraitsUndefined | ValueType |
Traits class for linear constraint functions.
Each linear constraint function has to provide a template specialization of this function to provide appropriate typedefs. The following types have to be defined:
| LINEAR_CONSTRAINT_FUNCTION_TYPE | The linear constraint function type. |
Definition at line 16 of file linear_constraint_function_base.hxx.
| typedef LinearConstraintFunctionTraitsUndefined opengm::LinearConstraintFunctionTraits< LINEAR_CONSTRAINT_FUNCTION_TYPE >::ValueType |
Definition at line 18 of file linear_constraint_function_base.hxx.
1.8.12