OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Namespaces | Macros | Functions
graphicalmodel.hxx File Reference
#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.

Classes

struct  opengm::hdf5::SaveAndLoadFunctions< class, size_t, size_t, bool >
 
class  opengm::FunctionIteratation< I, D, END >
 
struct  opengm::FunctionIdentification< FUNCTION_INDEX_TYPE, FUNCTION_TYPE_INDEX_TYPE >
 
class  opengm::GraphicalModel< T, OPERATOR, FUNCTION_TYPE_LIST, SPACE >
 GraphicalModel. More...
 

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 &)
 

Macro Definition Documentation

#define OPENGM_GRAPHICALMODEL_HXX

Definition at line 3 of file graphicalmodel.hxx.