#include <exception>
#include <set>
#include <vector>
#include <queue>
#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"
Go to the source code of this file.
Classes | |
class | opengm::GraphicalModel< T, OPERATOR, FUNCTION_TYPE_LIST, SPACE, EDITABLE > |
GraphicalModel. More... | |
Namespaces | |
namespace | opengm |
The OpenGM namespace. | |
namespace | opengm::hdf5 |
Fiel I/O of graphical models using the HDF5 binary data format. | |
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 | |
template<class GM_ > | |
void | opengm::hdf5::load (GM_ &gm, const std::string &, const std::string &) |