#include <graphicalmodel_explicit_storage.hxx>
Static Public Member Functions | |
template<class STORAGE > | |
static void | size (STORAGE &storage, size_t &neededStorage) |
template<class STORAGE > | |
static void | store (STORAGE &storage, size_t ¤tOffset) |
template<class GM , class GM_EXPLICIT , class FID_MAP > | |
static void | convert (const GM &gm, GM_EXPLICIT &gmExplicit, FID_MAP &fidMap) |
Definition at line 184 of file graphicalmodel_explicit_storage.hxx.
static void opengm::FunctionIteratation< IX, DX, false >::convert | ( | const GM & | gm, | |
GM_EXPLICIT & | gmExplicit, | |||
FID_MAP & | fidMap | |||
) | [inline, static] |
Definition at line 225 of file graphicalmodel_explicit_storage.hxx.
static void opengm::FunctionIteratation< IX, DX, false >::size | ( | STORAGE & | storage, | |
size_t & | neededStorage | |||
) | [inline, static] |
Definition at line 187 of file graphicalmodel_explicit_storage.hxx.
static void opengm::FunctionIteratation< IX, DX, false >::store | ( | STORAGE & | storage, | |
size_t & | currentOffset | |||
) | [inline, static] |
Definition at line 197 of file graphicalmodel_explicit_storage.hxx.