|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <parameters.hxx>
Inheritance diagram for opengm::Parameters< T, I >:
Collaboration diagram for opengm::Parameters< T, I >:Public Types | |
| typedef T | ValueType |
| typedef I | IndexType |
Public Member Functions | |
| Parameters (const IndexType numberOfParameters=0) | |
| ValueType | getParameter (const size_t pi) const |
| void | setParameter (const size_t pi, const ValueType value) |
| ValueType | operator[] (const size_t pi) const |
| size_t | numberOfParameters () const |
Definition at line 8 of file parameters.hxx.
| typedef I opengm::Parameters< T, I >::IndexType |
Definition at line 11 of file parameters.hxx.
| typedef T opengm::Parameters< T, I >::ValueType |
Definition at line 10 of file parameters.hxx.
|
inline |
Definition at line 14 of file parameters.hxx.
|
inline |
|
inline |
Definition at line 33 of file parameters.hxx.
|
inline |
Definition at line 29 of file parameters.hxx.
|
inline |
Definition at line 24 of file parameters.hxx.
1.8.9.1