OpenGM  2.3.x
Discrete Graphical Model Library
Static Public Member Functions | List of all members
opengm::FunctionIteratation< IX, DX, true > Class Template Reference

#include <graphicalmodel_explicit_storage.hxx>

+ Collaboration diagram for opengm::FunctionIteratation< IX, DX, true >:

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 &currentOffset)
 
template<class GM , class GM_EXPLICIT , class FID_MAP >
static void convert (const GM &gm, GM_EXPLICIT &gmExplicit, FID_MAP &fidMap)
 

Detailed Description

template<unsigned int IX, unsigned int DX>
class opengm::FunctionIteratation< IX, DX, true >

Definition at line 254 of file graphicalmodel_explicit_storage.hxx.

Member Function Documentation

template<unsigned int IX, unsigned int DX>
template<class GM , class GM_EXPLICIT , class FID_MAP >
static void opengm::FunctionIteratation< IX, DX, true >::convert ( const GM &  gm,
GM_EXPLICIT &  gmExplicit,
FID_MAP &  fidMap 
)
inlinestatic

Definition at line 267 of file graphicalmodel_explicit_storage.hxx.

template<unsigned int IX, unsigned int DX>
template<class STORAGE >
static void opengm::FunctionIteratation< IX, DX, true >::size ( STORAGE storage,
size_t neededStorage 
)
inlinestatic

Definition at line 257 of file graphicalmodel_explicit_storage.hxx.

template<unsigned int IX, unsigned int DX>
template<class STORAGE >
static void opengm::FunctionIteratation< IX, DX, true >::store ( STORAGE storage,
size_t currentOffset 
)
inlinestatic

Definition at line 262 of file graphicalmodel_explicit_storage.hxx.