|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Single site function with dynamic size. More...
#include <singlesitefunction.hxx>
Collaboration diagram for opengm::DynamicSingleSiteFunction< T >:Public Types | |
| typedef T | ValueType |
| typedef T | value_type |
Public Member Functions | |
| DynamicSingleSiteFunction (const size_t size=0) | |
| DynamicSingleSiteFunction (const size_t size, ValueType value) | |
| ~DynamicSingleSiteFunction () | |
| DynamicSingleSiteFunction (const DynamicSingleSiteFunction &other) | |
| DynamicSingleSiteFunction & | operator= (const DynamicSingleSiteFunction &other) |
| void | assign (const size_t size) |
| void | assign (const size_t size, const T value) |
| size_t | size () const |
| size_t | dimension () const |
| size_t | shape (const size_t index) const |
| T & | operator[] (const size_t index) |
| const T & | operator[] (const size_t index) const |
| template<class ITERATOR > | |
| const T & | operator() (ITERATOR iter) const |
| template<class ITERATOR > | |
| T & | operator() (ITERATOR iter) |
Single site function with dynamic size.
Definition at line 138 of file singlesitefunction.hxx.
| typedef T opengm::DynamicSingleSiteFunction< T >::value_type |
Definition at line 141 of file singlesitefunction.hxx.
| typedef T opengm::DynamicSingleSiteFunction< T >::ValueType |
Definition at line 140 of file singlesitefunction.hxx.
|
inline |
|
inline |
|
inline |
Definition at line 160 of file singlesitefunction.hxx.
|
inline |
Definition at line 167 of file singlesitefunction.hxx.
|
inline |
|
inline |
|
inline |
Definition at line 241 of file singlesitefunction.hxx.
|
inline |
Definition at line 263 of file singlesitefunction.hxx.
|
inline |
Definition at line 270 of file singlesitefunction.hxx.
|
inline |
Definition at line 179 of file singlesitefunction.hxx.
|
inline |
Definition at line 250 of file singlesitefunction.hxx.
|
inline |
Definition at line 256 of file singlesitefunction.hxx.
|
inline |
Definition at line 244 of file singlesitefunction.hxx.
|
inline |
1.8.9.1