#include <string>
#include <iostream>
#include <sstream>
#include <typeinfo>
#include "opengm/opengm.hxx"
#include "opengm/utilities/metaprogramming.hxx"
#include "opengm/datastructures/marray/marray.hxx"
#include "opengm/datastructures/marray/marray_hdf5.hxx"
#include "opengm/graphicalmodel/graphicalmodel_factor.hxx"
#include "opengm/graphicalmodel/graphicalmodel.hxx"
#include "opengm/functions/sparsemarray.hxx"
#include "opengm/functions/potts.hxx"
#include "opengm/functions/pottsn.hxx"
#include "opengm/functions/absolute_difference.hxx"
#include "opengm/functions/squared_difference.hxx"
#include "opengm/functions/truncated_absolute_difference.hxx"
#include "opengm/functions/truncated_squared_difference.hxx"
Go to the source code of this file.
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 &filepath, const std::string &datasetName) |