OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::external::FastPD< GM >::Parameter Struct Reference

Parameter. More...

#include <fastPD.hxx>

+ Collaboration diagram for opengm::external::FastPD< GM >::Parameter:

Public Member Functions

 Parameter ()
 Constructor. More...
 

Public Attributes

size_t numberOfIterations_
 number of iterations More...
 

Detailed Description

template<class GM>
struct opengm::external::FastPD< GM >::Parameter

Parameter.

Definition at line 39 of file fastPD.hxx.

Constructor & Destructor Documentation

template<class GM>
opengm::external::FastPD< GM >::Parameter::Parameter ( )
inline

Constructor.

Definition at line 41 of file fastPD.hxx.

Member Data Documentation

template<class GM>
size_t opengm::external::FastPD< GM >::Parameter::numberOfIterations_

number of iterations

Definition at line 44 of file fastPD.hxx.