|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <algorithm>#include <limits>#include "opengm/utilities/accessor_iterator.hxx"#include "opengm/datastructures/randomaccessset.hxx"#include "opengm/datastructures/partition.hxx"#include <typeinfo>
Include dependency graph for factorgraph.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | opengm::FactorGraph< S, I > |
| Interface that makes an object of type S (the template parameter) look like a (non-editable) factor graph. More... | |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_FACTORGRAPH_HXX |
| #define OPENGM_FACTORGRAPH_HXX |
Definition at line 3 of file factorgraph.hxx.
1.8.9.1