OpenGM  2.3.x
Discrete Graphical Model Library
Namespaces | Macros | Functions
graphicalmodel_hdf5.hxx File Reference
#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"
+ Include dependency graph for graphicalmodel_hdf5.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_HDF5_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 &filepath, const std::string &datasetName)
 

Macro Definition Documentation

#define OPENGM_GRAPHICALMODEL_HDF5_HXX

Definition at line 3 of file graphicalmodel_hdf5.hxx.