OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::DMC< GM, INF >::Parameter Class Reference

#include <dmc.hxx>

+ Collaboration diagram for opengm::DMC< GM, INF >::Parameter:

Public Member Functions

 Parameter (const ValueType threshold=ValueType(-0.000000001), const InfParam infParam=InfParam())
 

Public Attributes

ValueType threshold_
 
InfParam infParam_
 

Detailed Description

template<class GM, class INF>
class opengm::DMC< GM, INF >::Parameter

Definition at line 36 of file dmc.hxx.

Constructor & Destructor Documentation

template<class GM, class INF>
opengm::DMC< GM, INF >::Parameter::Parameter ( const ValueType  threshold = ValueType(-0.000000001),
const InfParam  infParam = InfParam() 
)
inline

Definition at line 39 of file dmc.hxx.

Member Data Documentation

template<class GM, class INF>
InfParam opengm::DMC< GM, INF >::Parameter::infParam_

Definition at line 49 of file dmc.hxx.

template<class GM, class INF>
ValueType opengm::DMC< GM, INF >::Parameter::threshold_

Definition at line 48 of file dmc.hxx.