|
LArOpenCV
1
|
C++ namespace for a collection of Python<=>LArOpenCV C++ object conversion functions/classes. More...
Classes | |
| class | PyAllowThreads |
| class | PyEnsureGIL |
| class | NumpyAllocator |
| class | NDArrayConverter |
Enumerations | |
| enum | { ARG_NONE = 0, ARG_MAT = 1, ARG_SCALAR = 2 } |
Functions | |
| static int | failmsg (const char *fmt,...) |
| static int | failmsg (const char *fmt,...) |
| static PyObject * | pyObjectFromRefcount (const int *refcount) |
| static int * | refcountFromPyObject (const PyObject *obj) |
Variables | |
| NumpyAllocator | g_numpyAllocator |
| static size_t | REFCOUNT_OFFSET |
C++ namespace for a collection of Python<=>LArOpenCV C++ object conversion functions/classes.
| anonymous enum |
|
static |
Definition at line 24 of file NDArrayConverter.cxx.
Referenced by larcv::convert::NDArrayConverter::toMat().
|
static |
|
inlinestatic |
Definition at line 50 of file NDArrayConverter.h.
References REFCOUNT_OFFSET.
Referenced by larcv::convert::NDArrayConverter::toNDArray().
|
inlinestatic |
Definition at line 55 of file NDArrayConverter.h.
References REFCOUNT_OFFSET.
Referenced by larcv::convert::NDArrayConverter::toMat().
| NumpyAllocator larcv::convert::g_numpyAllocator |
Definition at line 198 of file NDArrayConverter.cxx.
Referenced by larcv::convert::NDArrayConverter::toMat(), and larcv::convert::NDArrayConverter::toNDArray().
|
static |
Definition at line 47 of file NDArrayConverter.h.
Referenced by pyObjectFromRefcount(), and refcountFromPyObject().
1.8.4