|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <pythonfunction.hxx>
Collaboration diagram for opengm::FunctionSerialization< python::PythonFunction< T, I, L > >:Public Types | |
| typedef python::PythonFunction< T, I, L >::ValueType | ValueType |
Static Public Member Functions | |
| static size_t | indexSequenceSize (const python::PythonFunction< T, I, L > &) |
| static size_t | valueSequenceSize (const python::PythonFunction< T, I, L > &) |
| template<class INDEX_OUTPUT_ITERATOR , class VALUE_OUTPUT_ITERATOR > | |
| static void | serialize (const python::PythonFunction< T, I, L > &, INDEX_OUTPUT_ITERATOR, VALUE_OUTPUT_ITERATOR) |
| template<class INDEX_INPUT_ITERATOR , class VALUE_INPUT_ITERATOR > | |
| static void | deserialize (INDEX_INPUT_ITERATOR, VALUE_INPUT_ITERATOR, python::PythonFunction< T, I, L > &) |
Definition at line 132 of file pythonfunction.hxx.
| typedef python::PythonFunction<T, I, L>::ValueType opengm::FunctionSerialization< python::PythonFunction< T, I, L > >::ValueType |
Definition at line 134 of file pythonfunction.hxx.
|
inlinestatic |
Definition at line 149 of file pythonfunction.hxx.
|
inlinestatic |
Definition at line 136 of file pythonfunction.hxx.
|
inlinestatic |
Definition at line 145 of file pythonfunction.hxx.
|
inlinestatic |
Definition at line 140 of file pythonfunction.hxx.
1.8.9.1