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

#include <alphaexpansionfusion.hxx>

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

Public Types

enum  LabelingIntitialType { DEFAULT_LABEL, RANDOM_LABEL, LOCALOPT_LABEL, EXPLICIT_LABEL }
 
enum  OrderType { DEFAULT_ORDER, RANDOM_ORDER, EXPLICIT_ORDER }
 

Public Member Functions

 Parameter (const size_t maxNumberOfSteps=1000)
 
template<class P >
 Parameter (const P &p)
 

Public Attributes

size_t maxNumberOfSteps_
 
LabelingIntitialType labelInitialType_
 
OrderType orderType_
 
unsigned int randSeedOrder_
 
unsigned int randSeedLabel_
 
std::vector< LabelTypelabelOrder_
 
std::vector< LabelTypelabel_
 

Detailed Description

template<class GM, class ACC>
struct opengm::AlphaExpansionFusion< GM, ACC >::Parameter

Definition at line 40 of file alphaexpansionfusion.hxx.

Member Enumeration Documentation

§ LabelingIntitialType

Enumerator
DEFAULT_LABEL 
RANDOM_LABEL 
LOCALOPT_LABEL 
EXPLICIT_LABEL 

Definition at line 41 of file alphaexpansionfusion.hxx.

§ OrderType

template<class GM, class ACC>
enum opengm::AlphaExpansionFusion::Parameter::OrderType
Enumerator
DEFAULT_ORDER 
RANDOM_ORDER 
EXPLICIT_ORDER 

Definition at line 43 of file alphaexpansionfusion.hxx.

Constructor & Destructor Documentation

§ Parameter() [1/2]

template<class GM, class ACC>
opengm::AlphaExpansionFusion< GM, ACC >::Parameter::Parameter ( const size_t  maxNumberOfSteps = 1000)
inline

Definition at line 48 of file alphaexpansionfusion.hxx.

§ Parameter() [2/2]

template<class GM, class ACC>
template<class P >
opengm::AlphaExpansionFusion< GM, ACC >::Parameter::Parameter ( const P &  p)
inline

Definition at line 62 of file alphaexpansionfusion.hxx.

Member Data Documentation

§ label_

template<class GM, class ACC>
std::vector<LabelType> opengm::AlphaExpansionFusion< GM, ACC >::Parameter::label_

Definition at line 80 of file alphaexpansionfusion.hxx.

§ labelInitialType_

template<class GM, class ACC>
LabelingIntitialType opengm::AlphaExpansionFusion< GM, ACC >::Parameter::labelInitialType_

Definition at line 75 of file alphaexpansionfusion.hxx.

§ labelOrder_

template<class GM, class ACC>
std::vector<LabelType> opengm::AlphaExpansionFusion< GM, ACC >::Parameter::labelOrder_

Definition at line 79 of file alphaexpansionfusion.hxx.

§ maxNumberOfSteps_

template<class GM, class ACC>
size_t opengm::AlphaExpansionFusion< GM, ACC >::Parameter::maxNumberOfSteps_

Definition at line 74 of file alphaexpansionfusion.hxx.

§ orderType_

template<class GM, class ACC>
OrderType opengm::AlphaExpansionFusion< GM, ACC >::Parameter::orderType_

Definition at line 76 of file alphaexpansionfusion.hxx.

§ randSeedLabel_

template<class GM, class ACC>
unsigned int opengm::AlphaExpansionFusion< GM, ACC >::Parameter::randSeedLabel_

Definition at line 78 of file alphaexpansionfusion.hxx.

§ randSeedOrder_

template<class GM, class ACC>
unsigned int opengm::AlphaExpansionFusion< GM, ACC >::Parameter::randSeedOrder_

Definition at line 77 of file alphaexpansionfusion.hxx.