|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include "opengm/datastructures/marray/marray.hxx"#include "opengm/functions/function_registration.hxx"#include "opengm/functions/function_properties_base.hxx"
Include dependency graph for explicit_function.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | opengm::ExplicitFunction< T, I, L > |
| Function encoded as a dense multi-dimensional array, marray::Marray. More... | |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_EXPLICIT_FUNCTION_HXX |
Functions | |
| template<class FUNC , class T , class I , class L > | |
| ExplicitFunction< T, I, L > | opengm::cloneAsExplicitFunction (const FUNC &function) |
| template<class FUNC , class T , class I , class L > | |
| void | opengm::cloneAsExplicitFunction (const FUNC &function, ExplicitFunction< T, I, L > &out) |
| #define OPENGM_EXPLICIT_FUNCTION_HXX |
Definition at line 3 of file explicit_function.hxx.
1.8.9.1