|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Provides implementation of a label order function. More...
#include <algorithm>#include <vector>#include <cmath>#include <opengm/opengm.hxx>#include <opengm/functions/function_registration.hxx>#include <opengm/utilities/subsequence_iterator.hxx>#include <opengm/functions/constraint_functions/linear_constraint_function_base.hxx>#include <opengm/datastructures/linear_constraint.hxx>
Include dependency graph for label_order_function.hxx:Go to the source code of this file.
Classes | |
| class | opengm::LabelOrderFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > |
| A linear constraint function class ensuring the correct label order for two variables. More... | |
| struct | opengm::LinearConstraintFunctionTraits< LabelOrderFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > > |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Provides implementation of a label order function.
Definition in file label_order_function.hxx.
1.8.9.1