|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <num_labels_limitation_function.hxx>
Collaboration diagram for opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >:Public Types | |
| typedef VALUE_TYPE | ValueType |
| typedef INDEX_TYPE | IndexType |
| typedef LABEL_TYPE | LabelType |
| typedef LinearConstraint< ValueType, IndexType, LabelType > | LinearConstraintType |
| typedef std::vector< LinearConstraintType > | LinearConstraintsContainerType |
| typedef LinearConstraintsContainerType::const_iterator | LinearConstraintsIteratorType |
| typedef LinearConstraintType::IndicatorVariablesContainerType | IndicatorVariablesContainerType |
| typedef LinearConstraintType::IndicatorVariablesIteratorType | IndicatorVariablesIteratorType |
| typedef LinearConstraintType::VariableLabelPairsIteratorType | VariableLabelPairsIteratorType |
| typedef SubsequenceIterator< LinearConstraintsIteratorType, typename std::vector< size_t >::const_iterator > | ViolatedLinearConstraintsIteratorType |
| typedef std::vector< double > | ViolatedLinearConstraintsWeightsContainerType |
| typedef ViolatedLinearConstraintsWeightsContainerType::const_iterator | ViolatedLinearConstraintsWeightsIteratorType |
Definition at line 91 of file num_labels_limitation_function.hxx.
| typedef INDEX_TYPE opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::IndexType |
Definition at line 94 of file num_labels_limitation_function.hxx.
| typedef LinearConstraintType::IndicatorVariablesContainerType opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::IndicatorVariablesContainerType |
Definition at line 99 of file num_labels_limitation_function.hxx.
| typedef LinearConstraintType::IndicatorVariablesIteratorType opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::IndicatorVariablesIteratorType |
Definition at line 100 of file num_labels_limitation_function.hxx.
| typedef LABEL_TYPE opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::LabelType |
Definition at line 95 of file num_labels_limitation_function.hxx.
| typedef std::vector<LinearConstraintType> opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::LinearConstraintsContainerType |
Definition at line 97 of file num_labels_limitation_function.hxx.
| typedef LinearConstraintsContainerType::const_iterator opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::LinearConstraintsIteratorType |
Definition at line 98 of file num_labels_limitation_function.hxx.
| typedef LinearConstraint<ValueType, IndexType, LabelType> opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::LinearConstraintType |
Definition at line 96 of file num_labels_limitation_function.hxx.
| typedef VALUE_TYPE opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::ValueType |
Definition at line 93 of file num_labels_limitation_function.hxx.
| typedef LinearConstraintType::VariableLabelPairsIteratorType opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::VariableLabelPairsIteratorType |
Definition at line 101 of file num_labels_limitation_function.hxx.
| typedef SubsequenceIterator<LinearConstraintsIteratorType, typename std::vector<size_t>::const_iterator> opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::ViolatedLinearConstraintsIteratorType |
Definition at line 102 of file num_labels_limitation_function.hxx.
| typedef std::vector<double> opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::ViolatedLinearConstraintsWeightsContainerType |
Definition at line 103 of file num_labels_limitation_function.hxx.
| typedef ViolatedLinearConstraintsWeightsContainerType::const_iterator opengm::LinearConstraintFunctionTraits< NumLabelsLimitationFunction< VALUE_TYPE, INDEX_TYPE, LABEL_TYPE > >::ViolatedLinearConstraintsWeightsIteratorType |
Definition at line 104 of file num_labels_limitation_function.hxx.
1.8.9.1