|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <lp_reparametrization.hxx>
Inheritance diagram for opengm::LPReparametrisationStorage< GM >:
Collaboration diagram for opengm::LPReparametrisationStorage< GM >:Public Types | |
| typedef GM | GraphicalModelType |
| typedef GM::ValueType | ValueType |
| typedef GM::FactorType | FactorType |
| typedef GM::IndexType | IndexType |
| typedef GM::LabelType | LabelType |
| typedef std::vector< ValueType > | UnaryFactor |
| typedef ValueType * | uIterator |
| typedef std::vector< UnaryFactor > | VecUnaryFactors |
| typedef std::map< IndexType, IndexType > | VarIdMapType |
Public Member Functions | |
| LPReparametrisationStorage (const GM &gm) | |
| const UnaryFactor & | get (IndexType factorIndex, IndexType relativeVarIndex) const |
| std::pair< uIterator, uIterator > | getIterators (IndexType factorIndex, IndexType relativeVarIndex) |
| template<class ITERATOR > | |
| ValueType | getFactorValue (IndexType findex, ITERATOR it) const |
| ValueType | getVariableValue (IndexType varIndex, LabelType label) const |
| IndexType | localId (IndexType factorId, IndexType varIndex) const |
| const GM & | graphicalModel () const |
| template<class VECTOR > | |
| void | serialize (VECTOR *pserialization) const |
| template<class VECTOR > | |
| void | deserialize (const VECTOR &serialization) |
Definition at line 27 of file lp_reparametrization.hxx.
| typedef GM::FactorType opengm::LPReparametrisationStorage< GM >::FactorType |
Definition at line 31 of file lp_reparametrization.hxx.
| typedef GM opengm::LPReparametrisationStorage< GM >::GraphicalModelType |
Definition at line 29 of file lp_reparametrization.hxx.
| typedef GM::IndexType opengm::LPReparametrisationStorage< GM >::IndexType |
Definition at line 32 of file lp_reparametrization.hxx.
| typedef GM::LabelType opengm::LPReparametrisationStorage< GM >::LabelType |
Definition at line 33 of file lp_reparametrization.hxx.
| typedef ValueType* opengm::LPReparametrisationStorage< GM >::uIterator |
Definition at line 37 of file lp_reparametrization.hxx.
| typedef std::vector<ValueType> opengm::LPReparametrisationStorage< GM >::UnaryFactor |
Definition at line 36 of file lp_reparametrization.hxx.
| typedef GM::ValueType opengm::LPReparametrisationStorage< GM >::ValueType |
Definition at line 30 of file lp_reparametrization.hxx.
| typedef std::map<IndexType,IndexType> opengm::LPReparametrisationStorage< GM >::VarIdMapType |
Definition at line 39 of file lp_reparametrization.hxx.
| typedef std::vector<UnaryFactor> opengm::LPReparametrisationStorage< GM >::VecUnaryFactors |
Definition at line 38 of file lp_reparametrization.hxx.
| opengm::LPReparametrisationStorage< GM >::LPReparametrisationStorage | ( | const GM & | gm | ) |
Definition at line 124 of file lp_reparametrization.hxx.
| void opengm::LPReparametrisationStorage< GM >::deserialize | ( | const VECTOR & | serialization | ) |
Definition at line 187 of file lp_reparametrization.hxx.
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 58 of file lp_reparametrization.hxx.
|
inline |
Definition at line 48 of file lp_reparametrization.hxx.
|
inline |
|
inline |
Definition at line 109 of file lp_reparametrization.hxx.
Here is the caller graph for this function:
|
inline |
Definition at line 104 of file lp_reparametrization.hxx.
Here is the caller graph for this function:| void opengm::LPReparametrisationStorage< GM >::serialize | ( | VECTOR * | pserialization | ) | const |
Definition at line 167 of file lp_reparametrization.hxx.
Here is the caller graph for this function:
1.8.9.1