|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <vector>#include <algorithm>#include "opengm/opengm.hxx"#include "opengm/functions/function_registration.hxx"#include "opengm/functions/function_properties_base.hxx"
Include dependency graph for singlesitefunction.hxx:Go to the source code of this file.
Classes | |
| class | opengm::StaticSingleSiteFunction< T, SIZE, STORAGE > |
| Single site function whose size is fixed at compile time. More... | |
| class | opengm::DynamicSingleSiteFunction< T > |
| Single site function with dynamic size. More... | |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_SINGLESITEFUNCTION_HXX |
| #define OPENGM_SINGLESITEFUNCTION_HXX |
Definition at line 3 of file singlesitefunction.hxx.
1.8.9.1