|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Visitor. More...
#include <dualdecomposition_base.hxx>
Collaboration diagram for opengm::DualDecompositionVisitor< DD >:Public Types | |
| typedef DD | DDType |
| typedef DDType::ValueType | ValueType |
Public Member Functions | |
| void | operator() (const DDType &dd, const ValueType bound, const ValueType bestBound, const ValueType value, const ValueType bestValue, const double primalTime, const double dualTime) |
| void | startInference () |
| const std::vector< ValueType > & | values () |
| const std::vector< ValueType > & | bounds () |
| const std::vector< double > & | times () |
| const std::vector< double > & | primalTimes () |
| const std::vector< double > & | dualTimes () |
Visitor.
Definition at line 120 of file dualdecomposition_base.hxx.
| typedef DD opengm::DualDecompositionVisitor< DD >::DDType |
Definition at line 122 of file dualdecomposition_base.hxx.
| typedef DDType::ValueType opengm::DualDecompositionVisitor< DD >::ValueType |
Definition at line 123 of file dualdecomposition_base.hxx.
|
inline |
Definition at line 152 of file dualdecomposition_base.hxx.
|
inline |
Definition at line 155 of file dualdecomposition_base.hxx.
|
inline |
Definition at line 125 of file dualdecomposition_base.hxx.
Here is the call graph for this function:
|
inline |
Definition at line 154 of file dualdecomposition_base.hxx.
|
inline |
Definition at line 150 of file dualdecomposition_base.hxx.
Here is the call graph for this function:
|
inline |
Definition at line 153 of file dualdecomposition_base.hxx.
|
inline |
Definition at line 151 of file dualdecomposition_base.hxx.
1.8.9.1