|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <exception>#include <set>#include <vector>#include <queue>#include <string>#include "opengm/opengm.hxx"#include "opengm/functions/explicit_function.hxx"#include "opengm/datastructures/randomaccessset.hxx"#include "opengm/graphicalmodel/graphicalmodel_function_wrapper.hxx"#include "opengm/graphicalmodel/graphicalmodel_explicit_storage.hxx"#include "opengm/graphicalmodel/graphicalmodel_factor.hxx"#include "opengm/graphicalmodel/space/discretespace.hxx"#include "opengm/graphicalmodel/graphviews/factorgraph.hxx"#include "opengm/utilities/accessor_iterator.hxx"#include "opengm/utilities/shape_accessor.hxx"#include "opengm/utilities/metaprogramming.hxx"
Include dependency graph for graphicalmodel.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
| opengm::hdf5 | |
| Fiel I/O of graphical models using the HDF5 binary data format. | |
Macros | |
| #define | OPENGM_GRAPHICALMODEL_HXX |
Functions | |
| template<class GM > | |
| void | opengm::hdf5::save (const GM &gm, const std::string &filepath, const std::string &datasetName) |
| save a graphical model to an HDF5 file More... | |
| template<class GM_ > | |
| void | opengm::hdf5::load (GM_ &gm, const std::string &, const std::string &) |
| #define OPENGM_GRAPHICALMODEL_HXX |
Definition at line 3 of file graphicalmodel.hxx.
1.8.9.1