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

#include <cgc.hxx>

+ Collaboration diagram for opengm::CGC< GM, ACC >::Parameter:

Public Member Functions

 Parameter (const bool planar=true, const size_t maxIterations=1, const bool useBookkeeping=true, const double threshold=0.0, const bool startFromThreshold=true, const bool doCutMove=true, const bool doGlueCutMove=true)
 

Public Attributes

bool planar_
 
size_t maxIterations_
 
bool useBookkeeping_
 
double threshold_
 
bool startFromThreshold_
 
bool doCutMove_
 
bool doGlueCutMove_
 

Detailed Description

template<class GM, class ACC>
class opengm::CGC< GM, ACC >::Parameter

Definition at line 137 of file cgc.hxx.

Constructor & Destructor Documentation

template<class GM, class ACC>
opengm::CGC< GM, ACC >::Parameter::Parameter ( const bool  planar = true,
const size_t  maxIterations = 1,
const bool  useBookkeeping = true,
const double  threshold = 0.0,
const bool  startFromThreshold = true,
const bool  doCutMove = true,
const bool  doGlueCutMove = true 
)
inline

Definition at line 139 of file cgc.hxx.

Member Data Documentation

template<class GM, class ACC>
bool opengm::CGC< GM, ACC >::Parameter::doCutMove_

Definition at line 162 of file cgc.hxx.

template<class GM, class ACC>
bool opengm::CGC< GM, ACC >::Parameter::doGlueCutMove_

Definition at line 163 of file cgc.hxx.

template<class GM, class ACC>
size_t opengm::CGC< GM, ACC >::Parameter::maxIterations_

Definition at line 158 of file cgc.hxx.

template<class GM, class ACC>
bool opengm::CGC< GM, ACC >::Parameter::planar_

Definition at line 157 of file cgc.hxx.

template<class GM, class ACC>
bool opengm::CGC< GM, ACC >::Parameter::startFromThreshold_

Definition at line 161 of file cgc.hxx.

template<class GM, class ACC>
double opengm::CGC< GM, ACC >::Parameter::threshold_

Definition at line 160 of file cgc.hxx.

template<class GM, class ACC>
bool opengm::CGC< GM, ACC >::Parameter::useBookkeeping_

Definition at line 159 of file cgc.hxx.