#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 255 of file graphicalmodel_explicit_storage.hxx.
static void opengm::FunctionIteratation< IX, DX, true >::convert | ( | const GM & | gm, | |
GM_EXPLICIT & | gmExplicit, | |||
FID_MAP & | fidMap | |||
) | [inline, static] |
Definition at line 268 of file graphicalmodel_explicit_storage.hxx.
static void opengm::FunctionIteratation< IX, DX, true >::size | ( | STORAGE & | storage, | |
size_t & | neededStorage | |||
) | [inline, static] |
Definition at line 258 of file graphicalmodel_explicit_storage.hxx.
static void opengm::FunctionIteratation< IX, DX, true >::store | ( | STORAGE & | storage, | |
size_t & | currentOffset | |||
) | [inline, static] |
Definition at line 263 of file graphicalmodel_explicit_storage.hxx.