#include <trws_subproblemsolver.hxx>
Public Types | |
enum | FunctionType { GENERAL, POTTS } |
typedef GM::ValueType | ValueType |
typedef std::valarray< ValueType > | ParameterStorageType |
typedef GM::IndexType | IndexType |
typedef GM::LabelType | LabelType |
Public Member Functions | |
FunctionParameters (const GM &gm) | |
FunctionType | getFunctionType (IndexType factorId) const |
const ParameterStorageType & | getFunctionParameters (IndexType factorId) const |
Definition at line 85 of file trws_subproblemsolver.hxx.
typedef GM::IndexType trws_base::FunctionParameters< GM >::IndexType |
Definition at line 91 of file trws_subproblemsolver.hxx.
typedef GM::LabelType trws_base::FunctionParameters< GM >::LabelType |
Definition at line 92 of file trws_subproblemsolver.hxx.
typedef std::valarray<ValueType> trws_base::FunctionParameters< GM >::ParameterStorageType |
Definition at line 90 of file trws_subproblemsolver.hxx.
typedef GM::ValueType trws_base::FunctionParameters< GM >::ValueType |
Definition at line 89 of file trws_subproblemsolver.hxx.
enum trws_base::FunctionParameters::FunctionType |
Definition at line 88 of file trws_subproblemsolver.hxx.
trws_base::FunctionParameters< GM >::FunctionParameters | ( | const GM & | gm | ) | [inline] |
Definition at line 113 of file trws_subproblemsolver.hxx.
const ParameterStorageType& trws_base::FunctionParameters< GM >::getFunctionParameters | ( | IndexType | factorId | ) | const [inline] |
Definition at line 96 of file trws_subproblemsolver.hxx.
FunctionType trws_base::FunctionParameters< GM >::getFunctionType | ( | IndexType | factorId | ) | const [inline] |
Definition at line 95 of file trws_subproblemsolver.hxx.