|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <trws_subproblemsolver.hxx>
Collaboration diagram for opengm::trws_base::FunctionParameters< GM >:Public Types | |
| enum | FunctionType { GENERAL, POTTS } |
| typedef GM::ValueType | ValueType |
| typedef std::vector< 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 opengm::trws_base::FunctionParameters< GM >::IndexType |
Definition at line 92 of file trws_subproblemsolver.hxx.
| typedef GM::LabelType opengm::trws_base::FunctionParameters< GM >::LabelType |
Definition at line 93 of file trws_subproblemsolver.hxx.
| typedef std::vector<ValueType> opengm::trws_base::FunctionParameters< GM >::ParameterStorageType |
Definition at line 91 of file trws_subproblemsolver.hxx.
| typedef GM::ValueType opengm::trws_base::FunctionParameters< GM >::ValueType |
Definition at line 89 of file trws_subproblemsolver.hxx.
| enum opengm::trws_base::FunctionParameters::FunctionType |
| Enumerator | |
|---|---|
| GENERAL | |
| POTTS | |
Definition at line 88 of file trws_subproblemsolver.hxx.
| opengm::trws_base::FunctionParameters< GM >::FunctionParameters | ( | const GM & | gm | ) |
Definition at line 119 of file trws_subproblemsolver.hxx.
|
inline |
Definition at line 101 of file trws_subproblemsolver.hxx.
|
inline |
Definition at line 96 of file trws_subproblemsolver.hxx.
1.8.9.1