|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <fusion_mover.hxx>
Collaboration diagram for opengm::QpboModelProxy< MODEL_TYPE >:Public Member Functions | |
| QpboModelProxy () | |
| void | createModel (const UInt64Type nVar) |
| void | freeModel () |
| template<class F , class ITER > | |
| void | addFactor (const F &f, ITER viBegin, ITER viEnd) |
Public Attributes | |
| MODEL_TYPE * | model_ |
| UInt64Type | c00_ [2] |
| UInt64Type | c11_ [2] |
| UInt64Type | c01_ [2] |
| UInt64Type | c10_ [2] |
Definition at line 215 of file fusion_mover.hxx.
|
inline |
Definition at line 218 of file fusion_mover.hxx.
|
inline |
Definition at line 244 of file fusion_mover.hxx.
|
inline |
Definition at line 233 of file fusion_mover.hxx.
|
inline |
| UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c00_[2] |
Definition at line 265 of file fusion_mover.hxx.
| UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c01_[2] |
Definition at line 267 of file fusion_mover.hxx.
| UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c10_[2] |
Definition at line 268 of file fusion_mover.hxx.
| UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c11_[2] |
Definition at line 266 of file fusion_mover.hxx.
| MODEL_TYPE* opengm::QpboModelProxy< MODEL_TYPE >::model_ |
Definition at line 264 of file fusion_mover.hxx.
1.8.9.1