|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <cmath>#include "opengm/opengm.hxx"#include "opengm/utilities/shape_accessor.hxx"#include "opengm/utilities/accessor_iterator.hxx"#include "opengm/utilities/accumulation.hxx"#include "opengm/utilities/indexing.hxx"#include "opengm/utilities/functors.hxx"#include "opengm/operations/adder.hxx"#include "opengm/operations/and.hxx"#include "opengm/operations/or.hxx"#include "opengm/operations/minimizer.hxx"#include "opengm/operations/maximizer.hxx"#include "opengm/operations/integrator.hxx"#include "opengm/operations/multiplier.hxx"#include "opengm/graphicalmodel/parameters.hxx"
Include dependency graph for function_properties_base.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | opengm::FunctionBase< FUNCTION, VALUE, INDEX, LABEL > |
| Fallback implementation of member functions of OpenGM functions. More... | |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_FUNCTION_PROPERTIES_BASE_HXX |
| #define | OPENGM_FLOAT_TOL 0.000001 |
Functions | |
| template<class T > | |
| bool | opengm::isNumericEqual (const T a, const T b) |
| #define OPENGM_FLOAT_TOL 0.000001 |
Definition at line 23 of file function_properties_base.hxx.
| #define OPENGM_FUNCTION_PROPERTIES_BASE_HXX |
Definition at line 3 of file function_properties_base.hxx.
1.8.9.1