|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Namespaces | |
| pyenums | |
Classes | |
| struct | ETLGen |
| struct | FTLGen |
| struct | GmGen |
| class | NumpyView |
| struct | NumpyViewType_from_python_numpyarray |
| struct | NumpyViewType_to_python_numpyarray |
| class | PythonFunction |
Functions | |
| template<typename T > | |
| NPY_TYPES | typeEnumFromType (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< bool > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::UInt8Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::UInt16Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::UInt32Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::UInt64Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::Int8Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::Int16Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::Int32Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< opengm::Int64Type > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< float > (void) |
| template<> | |
| NPY_TYPES | typeEnumFromType< double > (void) |
| template<class VALUE_TYPE > | |
| boost::python::object | get1dArray (const size_t size) |
| template<class VALUE_TYPE > | |
| boost::python::object | get2dArray (const size_t size1, const size_t size2) |
| template<class VALUE_TYPE , class FORWARD_SHAPE_ITERATOR > | |
| boost::python::object | getArray (FORWARD_SHAPE_ITERATOR begin, FORWARD_SHAPE_ITERATOR end) |
| template<class VALUE_TYPE > | |
| VALUE_TYPE * | getCastedPtr (boost::python::object obj) |
| boost::python::numeric::array | objToArray (boost::python::object obj) |
| std::string | printEnum (PyArray_TYPES value) |
| template<class ITERATOR > | |
| boost::python::tuple | iteratorToTuple (ITERATOR iter, size_t size) |
| template<class ITERATOR > | |
| boost::python::list | iteratorToList (ITERATOR iter, size_t size) |
| template<class ITERATOR > | |
| boost::python::numeric::array | iteratorToNumpy (ITERATOR iter, size_t size) |
| template<class NUMERIC_ARRAY > | |
| PyArray_TYPES | getArrayType (NUMERIC_ARRAY arr) |
| boost::python::numeric::array | extractConstNumericArray (PyObject *obj) |
| int | numpyScalarTypeNumber (PyObject *obj) |
| template<class T , size_t DIM> | |
| void | initializeNumpyViewConverters () |
Definition at line 105 of file opengmpython.hxx.
Definition at line 115 of file opengmpython.hxx.
| typedef opengm::AbsoluteDifferenceFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmAbsoluteDifferenceFunction |
Definition at line 88 of file opengmpython.hxx.
| typedef GmGen< GmValueType, GmIndexType, opengm::Adder , FTLGen<GmValueType,GmIndexType>::type >::type opengm::python::GmAdder |
Definition at line 103 of file opengmpython.hxx.
Definition at line 106 of file opengmpython.hxx.
| typedef opengm::ExplicitFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmExplicitFunction |
Definition at line 84 of file opengmpython.hxx.
| typedef opengm::IndependentFactor<GmValueType,GmIndexType,GmIndexType> opengm::python::GmIndependentFactor |
Definition at line 119 of file opengmpython.hxx.
Definition at line 78 of file opengmpython.hxx.
Definition at line 79 of file opengmpython.hxx.
| typedef GmGen< GmValueType, GmIndexType, opengm::Multiplier , FTLGen<GmValueType,GmIndexType>::type >::type opengm::python::GmMultiplier |
Definition at line 113 of file opengmpython.hxx.
Definition at line 117 of file opengmpython.hxx.
Definition at line 85 of file opengmpython.hxx.
| typedef opengm::PottsGFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmPottsGFunction |
Definition at line 87 of file opengmpython.hxx.
| typedef opengm::PottsNFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmPottsNFunction |
Definition at line 86 of file opengmpython.hxx.
| typedef opengm::python::PythonFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmPythonFunction |
Definition at line 93 of file opengmpython.hxx.
| typedef opengm::SparseFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmSparseFunction |
Definition at line 92 of file opengmpython.hxx.
| typedef opengm::SquaredDifferenceFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmSquaredDifferenceFunction |
Definition at line 90 of file opengmpython.hxx.
| typedef opengm::TruncatedAbsoluteDifferenceFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmTruncatedAbsoluteDifferenceFunction |
Definition at line 89 of file opengmpython.hxx.
| typedef opengm::TruncatedSquaredDifferenceFunction<GmValueType,GmIndexType,GmLabelType> opengm::python::GmTruncatedSquaredDifferenceFunction |
Definition at line 91 of file opengmpython.hxx.
| typedef double opengm::python::GmValueType |
Definition at line 77 of file opengmpython.hxx.
| typedef std::vector<GmIndexType> opengm::python::IndexVectorType |
Definition at line 95 of file opengmpython.hxx.
| typedef std::vector<IndexVectorType> opengm::python::IndexVectorVectorType |
Definition at line 96 of file opengmpython.hxx.
|
inline |
|
inline |
Definition at line 86 of file converter.hxx.
|
inline |
Definition at line 93 of file converter.hxx.
|
inline |
Definition at line 101 of file converter.hxx.
|
inline |
|
inline |
Definition at line 111 of file converter.hxx.
| void opengm::python::initializeNumpyViewConverters | ( | ) |
Definition at line 303 of file converter.hxx.
|
inline |
Definition at line 189 of file converter.hxx.
|
inline |
|
inline |
Definition at line 154 of file converter.hxx.
|
inline |
Definition at line 219 of file converter.hxx.
|
inline |
|
inline |
|
inline |
Definition at line 30 of file converter.hxx.
|
inline |
Definition at line 37 of file converter.hxx.
|
inline |
Definition at line 78 of file converter.hxx.
|
inline |
Definition at line 74 of file converter.hxx.
|
inline |
Definition at line 62 of file converter.hxx.
|
inline |
Definition at line 66 of file converter.hxx.
|
inline |
Definition at line 70 of file converter.hxx.
|
inline |
Definition at line 58 of file converter.hxx.
|
inline |
Definition at line 46 of file converter.hxx.
|
inline |
Definition at line 50 of file converter.hxx.
|
inline |
Definition at line 54 of file converter.hxx.
|
inline |
Definition at line 42 of file converter.hxx.
1.8.9.1