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...
 
template<class P >
 Parameter (const P &p)
 

Public Attributes

size_t numberOfIterations_
 number of iterations More...
 

Detailed Description

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

Parameter.

Definition at line 49 of file fastPD.hxx.

Constructor & Destructor Documentation

§ Parameter() [1/2]

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

Constructor.

Definition at line 51 of file fastPD.hxx.

§ Parameter() [2/2]

template<class GM>
template<class P >
opengm::external::FastPD< GM >::Parameter::Parameter ( const P &  p)
inline

Definition at line 57 of file fastPD.hxx.

+ Here is the call graph for this function:

Member Data Documentation

§ numberOfIterations_

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

number of iterations

Definition at line 54 of file fastPD.hxx.