#include <stdexcept>
#include <sstream>
#include "opengm/config.hxx"
#include "opengm/utilities/metaprogramming.hxx"
Go to the source code of this file.
Classes | |
struct | opengm::RuntimeError |
OpenGM runtime error. More... | |
Namespaces | |
namespace | opengm |
The OpenGM namespace. | |
Typedefs | |
typedef double | opengm::DefaultTimingType |
typedef opengm::UIntType | opengm::SerializationIndexType |
Functions | |
template<class T > | |
T | opengm::abs (const T &x) |
template<class T > | |
T | opengm::opengmMax (const T &x, const T &y) |
template<class T > | |
T | opengm::opengmMin (const T &x, const T &y) |