|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Fallback implementation of member functions of OpenGM functions. More...
#include <function_properties_base.hxx>
Inheritance diagram for opengm::FunctionBase< FUNCTION, VALUE, INDEX, LABEL >:
Collaboration diagram for opengm::FunctionBase< FUNCTION, VALUE, INDEX, LABEL >:Public Types | |
| typedef AccessorIterator< FunctionShapeAccessorType, true > | FunctionShapeIteratorType |
Public Member Functions | |
| bool | isPotts () const |
| bool | isGeneralizedPotts () const |
| bool | isSubmodular () const |
| bool | isSquaredDifference () const |
| bool | isTruncatedSquaredDifference () const |
| bool | isAbsoluteDifference () const |
| bool | isTruncatedAbsoluteDifference () const |
| bool | isLinearConstraint () const |
| MinMaxFunctor< VALUE > | minMax () const |
| find minimum and maximum of the function in a single sweep More... | |
| ReturnType | min () const |
| ReturnType | max () const |
| ReturnType | sum () const |
| ReturnType | product () const |
| template<class ACC > | |
| ReturnType | accumulate () const |
| accumulate all values of the function More... | |
| template<class FUNCTOR > | |
| void | forAllValuesInOrder (FUNCTOR &functor) const |
| call a functor for each value of the function (in lexicographical order of the variable indices) More... | |
| template<class FUNCTOR > | |
| void | forAllValuesInSwitchedOrder (FUNCTOR &functor) const |
| template<class FUNCTOR > | |
| void | forAllValuesInAnyOrder (FUNCTOR &functor) const |
| call a functor for each value of the function (in un-specified order) More... | |
| template<class FUNCTOR > | |
| void | forAtLeastAllUniqueValues (FUNCTOR &functor) const |
| call a functor for at least all unique values of the function More... | |
| template<class COORDINATE_FUNCTOR > | |
| void | forAllValuesInOrderWithCoordinate (COORDINATE_FUNCTOR &functor) const |
| template<class COORDINATE_FUNCTOR > | |
| void | forAllValuesInAnyOrderWithCoordinate (COORDINATE_FUNCTOR &functor) const |
| template<class COORDINATE_FUNCTOR > | |
| void | forAtLeastAllUniqueValuesWithCoordinate (COORDINATE_FUNCTOR &functor) const |
| bool | operator== (const FUNCTION &) const |
| FunctionShapeIteratorType | functionShapeBegin () const |
| FunctionShapeIteratorType | functionShapeEnd () const |
| size_t | numberOfParameters () const |
| INDEX | parameterIndex (const size_t paramNumber) const |
Fallback implementation of member functions of OpenGM functions.
Definition at line 44 of file function_properties_base.hxx.
| typedef AccessorIterator<FunctionShapeAccessorType, true> opengm::FunctionBase< FUNCTION, VALUE, INDEX, LABEL >::FunctionShapeIteratorType |
Definition at line 125 of file function_properties_base.hxx.
|
inline |
accumulate all values of the function
Definition at line 573 of file function_properties_base.hxx.
|
inline |
call a functor for each value of the function (in un-specified order)
Definition at line 238 of file function_properties_base.hxx.
|
inline |
Definition at line 189 of file function_properties_base.hxx.
|
inline |
call a functor for each value of the function (in lexicographical order of the variable indices)
Example:
Definition at line 210 of file function_properties_base.hxx.
|
inline |
Definition at line 175 of file function_properties_base.hxx.
|
inline |
Definition at line 224 of file function_properties_base.hxx.
|
inline |
call a functor for at least all unique values of the function
Definition at line 248 of file function_properties_base.hxx.
|
inline |
Definition at line 199 of file function_properties_base.hxx.
|
inline |
Definition at line 256 of file function_properties_base.hxx.
|
inline |
Definition at line 263 of file function_properties_base.hxx.
|
inline |
Definition at line 320 of file function_properties_base.hxx.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 393 of file function_properties_base.hxx.
Here is the caller graph for this function:
|
inline |
Definition at line 518 of file function_properties_base.hxx.
|
inline |
Definition at line 368 of file function_properties_base.hxx.
Here is the caller graph for this function:
|
inline |
Definition at line 270 of file function_properties_base.hxx.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 500 of file function_properties_base.hxx.
Here is the caller graph for this function:
|
inline |
Definition at line 341 of file function_properties_base.hxx.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 292 of file function_properties_base.hxx.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 546 of file function_properties_base.hxx.
Here is the caller graph for this function:
|
inline |
Definition at line 536 of file function_properties_base.hxx.
Here is the caller graph for this function:
|
inline |
find minimum and maximum of the function in a single sweep
Definition at line 525 of file function_properties_base.hxx.
|
inline |
Definition at line 130 of file function_properties_base.hxx.
|
inline |
Definition at line 144 of file function_properties_base.hxx.
Here is the call graph for this function:
|
inline |
Definition at line 133 of file function_properties_base.hxx.
|
inline |
Definition at line 564 of file function_properties_base.hxx.
Here is the caller graph for this function:
|
inline |
Definition at line 556 of file function_properties_base.hxx.
Here is the caller graph for this function:
1.8.9.1