|
OpenGM
2.3.x
Discrete Graphical Model Library
|
ExplicitStorage (continous storage) of a graphical model function data. More...
#include <graphicalmodel_explicit_storage.hxx>
Collaboration diagram for opengm::ExplicitStorage< GM >:Public Member Functions | |
| ExplicitStorage (const GraphicalModelType &gm) | |
| ~ExplicitStorage () | |
| ValueType const * | operator[] (const FactorType &factor) const |
ExplicitStorage (continous storage) of a graphical model function data.
ExplicitStorage stores all instances of all functions into a single continous stride of memory. Given a factor one gets the begin pointer of the corresponding function. The storage of the function is in last coordinate major order.
Usage:
Definition at line 64 of file graphicalmodel_explicit_storage.hxx.
|
inline |
Definition at line 78 of file graphicalmodel_explicit_storage.hxx.
|
inline |
Definition at line 112 of file graphicalmodel_explicit_storage.hxx.
|
inline |
Definition at line 116 of file graphicalmodel_explicit_storage.hxx.
1.8.9.1