OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::QpboModelProxy< MODEL_TYPE > Struct Template Reference

#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]
 

Detailed Description

template<class MODEL_TYPE>
struct opengm::QpboModelProxy< MODEL_TYPE >

Definition at line 215 of file fusion_mover.hxx.

Constructor & Destructor Documentation

template<class MODEL_TYPE>
opengm::QpboModelProxy< MODEL_TYPE >::QpboModelProxy ( )
inline

Definition at line 218 of file fusion_mover.hxx.

Member Function Documentation

template<class MODEL_TYPE>
template<class F , class ITER >
void opengm::QpboModelProxy< MODEL_TYPE >::addFactor ( const F &  f,
ITER  viBegin,
ITER  viEnd 
)
inline

Definition at line 244 of file fusion_mover.hxx.

template<class MODEL_TYPE>
void opengm::QpboModelProxy< MODEL_TYPE >::createModel ( const UInt64Type  nVar)
inline

Definition at line 233 of file fusion_mover.hxx.

template<class MODEL_TYPE>
void opengm::QpboModelProxy< MODEL_TYPE >::freeModel ( )
inline

Definition at line 238 of file fusion_mover.hxx.

+ Here is the caller graph for this function:

Member Data Documentation

template<class MODEL_TYPE>
UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c00_[2]

Definition at line 265 of file fusion_mover.hxx.

template<class MODEL_TYPE>
UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c01_[2]

Definition at line 267 of file fusion_mover.hxx.

template<class MODEL_TYPE>
UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c10_[2]

Definition at line 268 of file fusion_mover.hxx.

template<class MODEL_TYPE>
UInt64Type opengm::QpboModelProxy< MODEL_TYPE >::c11_[2]

Definition at line 266 of file fusion_mover.hxx.

template<class MODEL_TYPE>
MODEL_TYPE* opengm::QpboModelProxy< MODEL_TYPE >::model_

Definition at line 264 of file fusion_mover.hxx.