SYMBOL INDEX (785 symbols across 14 files) FILE: custom_mc/_marching_cubes_lewiner.py function marching_cubes_lewiner (line 7) | def marching_cubes_lewiner(volume, level=None, spacing=(1., 1., 1.), function udf_mc_lewiner (line 80) | def udf_mc_lewiner(volume, grads, spacing=(1., 1., 1.), function _to_array (line 145) | def _to_array(args): function _get_mc_luts (line 164) | def _get_mc_luts(): FILE: custom_mc/_marching_cubes_lewiner_cy.c function CYTHON_INLINE (line 347) | static CYTHON_INLINE PyCodeObject* __Pyx_PyCode_New(int a, int k, int l,... type PyObject (line 432) | typedef PyObject *(*__Pyx_PyCFunctionFast) (PyObject *self, PyObject *co... type PyObject (line 433) | typedef PyObject *(*__Pyx_PyCFunctionFastWithKeywords) (PyObject *self, ... type Py_tss_t (line 474) | typedef int Py_tss_t; function CYTHON_INLINE (line 475) | static CYTHON_INLINE int PyThread_tss_create(Py_tss_t *key) { function CYTHON_INLINE (line 479) | static CYTHON_INLINE Py_tss_t * PyThread_tss_alloc(void) { function CYTHON_INLINE (line 484) | static CYTHON_INLINE void PyThread_tss_free(Py_tss_t *key) { function CYTHON_INLINE (line 487) | static CYTHON_INLINE int PyThread_tss_is_created(Py_tss_t *key) { function CYTHON_INLINE (line 490) | static CYTHON_INLINE void PyThread_tss_delete(Py_tss_t *key) { function CYTHON_INLINE (line 494) | static CYTHON_INLINE int PyThread_tss_set(Py_tss_t *key, void *value) { function CYTHON_INLINE (line 497) | static CYTHON_INLINE void * PyThread_tss_get(Py_tss_t *key) { type Py_hash_t (line 642) | typedef long Py_hash_t; type __Pyx_PyAsyncMethodsStruct (line 665) | typedef struct { function CYTHON_INLINE (line 681) | static CYTHON_INLINE float __PYX_NAN() { type __Pyx_StringTabEntry (line 730) | typedef struct {PyObject **p; const char *s; const Py_ssize_t n; const c... function CYTHON_INLINE (line 751) | static CYTHON_INLINE int __Pyx_is_valid_index(Py_ssize_t i, Py_ssize_t l... function CYTHON_INLINE (line 800) | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) { function __Pyx_init_sys_getdefaultencoding_params (line 833) | static int __Pyx_init_sys_getdefaultencoding_params(void) { function __Pyx_init_sys_getdefaultencoding_params (line 883) | static int __Pyx_init_sys_getdefaultencoding_params(void) { function CYTHON_INLINE (line 915) | static CYTHON_INLINE void __Pyx_pretend_to_initialize(void* ptr) { (void... type __pyx_memoryview_obj (line 959) | struct __pyx_memoryview_obj type __Pyx_memviewslice (line 960) | typedef struct { type __pyx_atomic_int_type (line 1005) | typedef volatile __pyx_atomic_int_type __pyx_atomic_int; type __Pyx_StructField_ (line 1020) | struct __Pyx_StructField_ type __Pyx_TypeInfo (line 1022) | typedef struct { type __Pyx_StructField (line 1032) | typedef struct __Pyx_StructField_ { type __Pyx_BufFmt_StackElem (line 1037) | typedef struct { type __Pyx_BufFmt_Context (line 1041) | typedef struct { type npy_int8 (line 1074) | typedef npy_int8 __pyx_t_5numpy_int8_t; type npy_int16 (line 1083) | typedef npy_int16 __pyx_t_5numpy_int16_t; type npy_int32 (line 1092) | typedef npy_int32 __pyx_t_5numpy_int32_t; type npy_int64 (line 1101) | typedef npy_int64 __pyx_t_5numpy_int64_t; type npy_uint8 (line 1110) | typedef npy_uint8 __pyx_t_5numpy_uint8_t; type npy_uint16 (line 1119) | typedef npy_uint16 __pyx_t_5numpy_uint16_t; type npy_uint32 (line 1128) | typedef npy_uint32 __pyx_t_5numpy_uint32_t; type npy_uint64 (line 1137) | typedef npy_uint64 __pyx_t_5numpy_uint64_t; type npy_float32 (line 1146) | typedef npy_float32 __pyx_t_5numpy_float32_t; type npy_float64 (line 1155) | typedef npy_float64 __pyx_t_5numpy_float64_t; type npy_long (line 1164) | typedef npy_long __pyx_t_5numpy_int_t; type npy_longlong (line 1173) | typedef npy_longlong __pyx_t_5numpy_long_t; type npy_longlong (line 1182) | typedef npy_longlong __pyx_t_5numpy_longlong_t; type npy_ulong (line 1191) | typedef npy_ulong __pyx_t_5numpy_uint_t; type npy_ulonglong (line 1200) | typedef npy_ulonglong __pyx_t_5numpy_ulong_t; type npy_ulonglong (line 1209) | typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; type npy_intp (line 1218) | typedef npy_intp __pyx_t_5numpy_intp_t; type npy_uintp (line 1227) | typedef npy_uintp __pyx_t_5numpy_uintp_t; type npy_double (line 1236) | typedef npy_double __pyx_t_5numpy_float_t; type npy_double (line 1245) | typedef npy_double __pyx_t_5numpy_double_t; type npy_longdouble (line 1254) | typedef npy_longdouble __pyx_t_5numpy_longdouble_t; type std (line 1258) | typedef ::std::complex< float > __pyx_t_float_complex; type __pyx_t_float_complex (line 1260) | typedef float _Complex __pyx_t_float_complex; type __pyx_t_float_complex (line 1263) | typedef struct { float real, imag; } __pyx_t_float_complex; type std (line 1270) | typedef ::std::complex< double > __pyx_t_double_complex; type __pyx_t_double_complex (line 1272) | typedef double _Complex __pyx_t_double_complex; type __pyx_t_double_complex (line 1275) | typedef struct { double real, imag; } __pyx_t_double_complex; type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 1281) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 1282) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 1283) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_array_obj (line 1284) | struct __pyx_array_obj type __pyx_MemviewEnum_obj (line 1285) | struct __pyx_MemviewEnum_obj type __pyx_memoryview_obj (line 1286) | struct __pyx_memoryview_obj type __pyx_memoryviewslice_obj (line 1287) | struct __pyx_memoryviewslice_obj type npy_cfloat (line 1296) | typedef npy_cfloat __pyx_t_5numpy_cfloat_t; type npy_cdouble (line 1305) | typedef npy_cdouble __pyx_t_5numpy_cdouble_t; type npy_clongdouble (line 1314) | typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; type npy_cdouble (line 1323) | typedef npy_cdouble __pyx_t_5numpy_complex_t; type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 1332) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell { type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 1383) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut { type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 1400) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider { type __pyx_array_obj (line 1463) | struct __pyx_array_obj { type __pyx_MemviewEnum_obj (line 1488) | struct __pyx_MemviewEnum_obj { type __pyx_memoryview_obj (line 1501) | struct __pyx_memoryview_obj { type __pyx_memoryviewslice_obj (line 1524) | struct __pyx_memoryviewslice_obj { type __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Cell (line 1542) | struct __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Cell { type __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Cell (line 1558) | struct __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Cell type __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Lut (line 1569) | struct __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Lut { type __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Lut (line 1574) | struct __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Lut type __pyx_vtabstruct_array (line 1585) | struct __pyx_vtabstruct_array { type __pyx_vtabstruct_array (line 1588) | struct __pyx_vtabstruct_array type __pyx_vtabstruct_memoryview (line 1599) | struct __pyx_vtabstruct_memoryview { type __pyx_vtabstruct_memoryview (line 1608) | struct __pyx_vtabstruct_memoryview type __pyx_vtabstruct__memoryviewslice (line 1619) | struct __pyx_vtabstruct__memoryviewslice { type __pyx_vtabstruct__memoryviewslice (line 1622) | struct __pyx_vtabstruct__memoryviewslice type __Pyx_RefNannyAPIStruct (line 1630) | typedef struct { type __pyx_memoryview_obj (line 1828) | struct __pyx_memoryview_obj function CYTHON_INLINE (line 1885) | static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject*... function CYTHON_INLINE (line 1996) | static CYTHON_INLINE int __Pyx_PySequence_ContainsTF(PyObject* item, PyO... type __pyx_array_obj (line 2055) | struct __pyx_array_obj function CYTHON_INLINE (line 2057) | static CYTHON_INLINE PyObject *__Pyx_PyUnicode_DecodeUTF16(const char *s... function CYTHON_INLINE (line 2061) | static CYTHON_INLINE PyObject *__Pyx_PyUnicode_DecodeUTF16LE(const char ... function CYTHON_INLINE (line 2065) | static CYTHON_INLINE PyObject *__Pyx_PyUnicode_DecodeUTF16BE(const char ... function CYTHON_INLINE (line 2116) | static CYTHON_INLINE int __Pyx_PyList_Extend(PyObject* L, PyObject* v) { function CYTHON_INLINE (line 2130) | static CYTHON_INLINE int __Pyx_PyList_Append(PyObject* list, PyObject* x) { type __Pyx_ImportType_CheckSize (line 2171) | enum __Pyx_ImportType_CheckSize { type __Pyx_ImportType_CheckSize (line 2176) | enum __Pyx_ImportType_CheckSize type __Pyx_CodeObjectCacheEntry (line 2187) | typedef struct { type __Pyx_CodeObjectCache (line 2191) | struct __Pyx_CodeObjectCache { type __Pyx_CodeObjectCache (line 2196) | struct __Pyx_CodeObjectCache type __Pyx_Buf_DimInfo (line 2215) | typedef struct { type __Pyx_Buffer (line 2218) | typedef struct { type __Pyx_LocalBuf_ND (line 2222) | typedef struct { type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2418) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2419) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2420) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2421) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2422) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2423) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2424) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2425) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2426) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 2426) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2427) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 2427) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2428) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2429) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2430) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2431) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 2432) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 2433) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 2434) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_array_obj (line 2435) | struct __pyx_array_obj type __pyx_memoryview_obj (line 2436) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2437) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2438) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2439) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2439) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2440) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2441) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2442) | struct __pyx_memoryview_obj type __pyx_memoryviewslice_obj (line 2443) | struct __pyx_memoryviewslice_obj type __pyx_memoryviewslice_obj (line 2444) | struct __pyx_memoryviewslice_obj type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 2515) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2515) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2516) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 2517) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 2517) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 2518) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_array_obj (line 2519) | struct __pyx_array_obj type __pyx_memoryview_obj (line 2525) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2525) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2530) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2531) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2532) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 2533) | struct __pyx_memoryview_obj type __pyx_MemviewEnum_obj (line 2551) | struct __pyx_MemviewEnum_obj type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 3029) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 3029) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 3030) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 3031) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 3032) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 3033) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 3034) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 3035) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 3038) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 3039) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 3040) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 3043) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 3044) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 3045) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 3046) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 3047) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_array_obj (line 3049) | struct __pyx_array_obj type __pyx_array_obj (line 3050) | struct __pyx_array_obj type __pyx_array_obj (line 3051) | struct __pyx_array_obj type __pyx_array_obj (line 3052) | struct __pyx_array_obj type __pyx_array_obj (line 3053) | struct __pyx_array_obj type __pyx_array_obj (line 3054) | struct __pyx_array_obj type __pyx_array_obj (line 3055) | struct __pyx_array_obj type __pyx_array_obj (line 3056) | struct __pyx_array_obj type __pyx_MemviewEnum_obj (line 3059) | struct __pyx_MemviewEnum_obj type __pyx_MemviewEnum_obj (line 3060) | struct __pyx_MemviewEnum_obj type __pyx_MemviewEnum_obj (line 3061) | struct __pyx_MemviewEnum_obj type __pyx_MemviewEnum_obj (line 3062) | struct __pyx_MemviewEnum_obj type __pyx_memoryview_obj (line 3063) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3064) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3065) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3066) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3067) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3068) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3069) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3070) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3071) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3072) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3073) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3074) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3075) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3076) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3077) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3078) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3079) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3080) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3081) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3082) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 3083) | struct __pyx_memoryview_obj type __pyx_memoryviewslice_obj (line 3086) | struct __pyx_memoryviewslice_obj type __pyx_memoryviewslice_obj (line 3087) | struct __pyx_memoryviewslice_obj function CYTHON_INLINE (line 3174) | static CYTHON_INLINE double __pyx_f_26_marching_cubes_lewiner_cy_dabs(do... function CYTHON_INLINE (line 3201) | static CYTHON_INLINE int __pyx_f_26_marching_cubes_lewiner_cy_imin(int _... function PyObject (line 3231) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_1remove_degenerat... function PyObject (line 3307) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_remove_degenerate... function __pyx_pw_26_marching_cubes_lewiner_cy_4Cell_1__init__ (line 3975) | static int __pyx_pw_26_marching_cubes_lewiner_cy_4Cell_1__init__(PyObjec... function __pyx_pf_26_marching_cubes_lewiner_cy_4Cell___init__ (line 4064) | static int __pyx_pf_26_marching_cubes_lewiner_cy_4Cell___init__(struct _... function __pyx_pw_26_marching_cubes_lewiner_cy_4Cell_3__cinit__ (line 4300) | static int __pyx_pw_26_marching_cubes_lewiner_cy_4Cell_3__cinit__(PyObje... function __pyx_pf_26_marching_cubes_lewiner_cy_4Cell_2__cinit__ (line 4314) | static int __pyx_pf_26_marching_cubes_lewiner_cy_4Cell_2__cinit__(struct... function __pyx_pw_26_marching_cubes_lewiner_cy_4Cell_5__dealloc__ (line 4528) | static void __pyx_pw_26_marching_cubes_lewiner_cy_4Cell_5__dealloc__(PyO... function __pyx_pf_26_marching_cubes_lewiner_cy_4Cell_4__dealloc__ (line 4537) | static void __pyx_pf_26_marching_cubes_lewiner_cy_4Cell_4__dealloc__(str... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell__increase_size_vertices (line 4633) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell__increase_size_ve... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell__increase_size_faces (line 4913) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell__increase_size_fa... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_vertex (line 5046) | static int __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_vertex(struct ... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_gradient (line 5148) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_gradient(stru... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_gradient_from_index (line 5203) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_gradient_from... function PyObject (line 5236) | static PyObject *__pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_face(str... function PyObject (line 5344) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_4Cell_7get_vertic... function PyObject (line 5355) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_4Cell_6get_vertic... function PyObject (line 5556) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_4Cell_9get_normal... function PyObject (line 5567) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_4Cell_8get_normal... function PyObject (line 5836) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_4Cell_11get_faces... function PyObject (line 5847) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_4Cell_10get_faces... function PyObject (line 6029) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_4Cell_13get_value... function PyObject (line 6040) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_4Cell_12get_value... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_new_z_value (line 6220) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_new_z_value(struc... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_set_cube (line 6284) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_set_cube(struct _... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_triangles (line 6541) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_triangles(str... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_triangles2 (line 6623) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_add_triangles2(st... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell__add_face_from_edge_index (line 6705) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell__add_face_from_ed... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_get_index_in_facelayer (line 7132) | static int __pyx_f_26_marching_cubes_lewiner_cy_4Cell_get_index_in_facel... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_prepare_for_adding_triangles (line 7489) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_prepare_for_addin... function __pyx_f_26_marching_cubes_lewiner_cy_4Cell_calculate_center_vertex (line 7801) | static void __pyx_f_26_marching_cubes_lewiner_cy_4Cell_calculate_center_... function PyObject (line 8098) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_4Cell_15__reduce_... function PyObject (line 8109) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_4Cell_14__reduce_... function PyObject (line 8155) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_4Cell_17__setstat... function PyObject (line 8166) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_4Cell_16__setstat... function __pyx_pw_26_marching_cubes_lewiner_cy_3Lut_1__init__ (line 8213) | static int __pyx_pw_26_marching_cubes_lewiner_cy_3Lut_1__init__(PyObject... function __pyx_pf_26_marching_cubes_lewiner_cy_3Lut___init__ (line 8264) | static int __pyx_pf_26_marching_cubes_lewiner_cy_3Lut___init__(struct __... function __pyx_pw_26_marching_cubes_lewiner_cy_3Lut_3__cinit__ (line 8529) | static int __pyx_pw_26_marching_cubes_lewiner_cy_3Lut_3__cinit__(PyObjec... function __pyx_pf_26_marching_cubes_lewiner_cy_3Lut_2__cinit__ (line 8543) | static int __pyx_pf_26_marching_cubes_lewiner_cy_3Lut_2__cinit__(struct ... function __pyx_pw_26_marching_cubes_lewiner_cy_3Lut_5__dealloc__ (line 8581) | static void __pyx_pw_26_marching_cubes_lewiner_cy_3Lut_5__dealloc__(PyOb... function __pyx_pf_26_marching_cubes_lewiner_cy_3Lut_4__dealloc__ (line 8590) | static void __pyx_pf_26_marching_cubes_lewiner_cy_3Lut_4__dealloc__(stru... function __pyx_f_26_marching_cubes_lewiner_cy_3Lut_get1 (line 8643) | static int __pyx_f_26_marching_cubes_lewiner_cy_3Lut_get1(struct __pyx_o... function __pyx_f_26_marching_cubes_lewiner_cy_3Lut_get2 (line 8680) | static int __pyx_f_26_marching_cubes_lewiner_cy_3Lut_get2(struct __pyx_o... function __pyx_f_26_marching_cubes_lewiner_cy_3Lut_get3 (line 8717) | static int __pyx_f_26_marching_cubes_lewiner_cy_3Lut_get3(struct __pyx_o... function PyObject (line 8754) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_3Lut_7__reduce_cy... function PyObject (line 8765) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_3Lut_6__reduce_cy... function PyObject (line 8811) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_3Lut_9__setstate_... function PyObject (line 8822) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_3Lut_8__setstate_... function __pyx_pw_26_marching_cubes_lewiner_cy_11LutProvider_1__init__ (line 8869) | static int __pyx_pw_26_marching_cubes_lewiner_cy_11LutProvider_1__init__... function __pyx_pf_26_marching_cubes_lewiner_cy_11LutProvider___init__ (line 9470) | static int __pyx_pf_26_marching_cubes_lewiner_cy_11LutProvider___init__(... function PyObject (line 10272) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_11LutProvider_3__... function PyObject (line 10283) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_11LutProvider_2__... function PyObject (line 11011) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_11LutProvider_5__... function PyObject (line 11022) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_11LutProvider_4__... function PyObject (line 11073) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_3marching_cubes(P... function PyObject (line 11218) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_2marching_cubes(C... function PyObject (line 11855) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_5marching_cubes_u... function PyObject (line 12003) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_4marching_cubes_u... function __pyx_f_26_marching_cubes_lewiner_cy_my_sign (line 14265) | static float __pyx_f_26_marching_cubes_lewiner_cy_my_sign(float __pyx_v_... function __pyx_f_26_marching_cubes_lewiner_cy_non_zero_norm (line 14381) | static int __pyx_f_26_marching_cubes_lewiner_cy_non_zero_norm(__Pyx_memv... function __pyx_f_26_marching_cubes_lewiner_cy_avg_cube (line 14424) | static float __pyx_f_26_marching_cubes_lewiner_cy_avg_cube(float __pyx_v... function __pyx_f_26_marching_cubes_lewiner_cy_max_cube (line 14461) | static float __pyx_f_26_marching_cubes_lewiner_cy_max_cube(float __pyx_v... function __pyx_f_26_marching_cubes_lewiner_cy_dot3 (line 14646) | static float __pyx_f_26_marching_cubes_lewiner_cy_dot3(__Pyx_memviewslic... function __pyx_f_26_marching_cubes_lewiner_cy_inwards_facing_normals (line 14695) | static int __pyx_f_26_marching_cubes_lewiner_cy_inwards_facing_normals(P... function __pyx_f_26_marching_cubes_lewiner_cy_the_big_switch (line 14876) | static void __pyx_f_26_marching_cubes_lewiner_cy_the_big_switch(struct _... function __pyx_f_26_marching_cubes_lewiner_cy_test_face (line 17079) | static int __pyx_f_26_marching_cubes_lewiner_cy_test_face(struct __pyx_o... function __pyx_f_26_marching_cubes_lewiner_cy_test_internal (line 17380) | static int __pyx_f_26_marching_cubes_lewiner_cy_test_internal(struct __p... function PyObject (line 18619) | static PyObject *__pyx_pw_26_marching_cubes_lewiner_cy_7__pyx_unpickle_L... function PyObject (line 18692) | static PyObject *__pyx_pf_26_marching_cubes_lewiner_cy_6__pyx_unpickle_L... function PyObject (line 18887) | static PyObject *__pyx_f_26_marching_cubes_lewiner_cy___pyx_unpickle_Lut... function CYTHON_INLINE (line 19615) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyOb... function CYTHON_INLINE (line 19665) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyOb... function CYTHON_INLINE (line 19715) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyOb... function CYTHON_INLINE (line 19765) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyOb... function CYTHON_INLINE (line 19815) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyOb... function CYTHON_INLINE (line 19865) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_D... function CYTHON_INLINE (line 19939) | static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *_... function CYTHON_INLINE (line 19981) | static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObje... function CYTHON_INLINE (line 20062) | static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { function CYTHON_INLINE (line 20194) | static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { function CYTHON_INLINE (line 20326) | static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { function CYTHON_INLINE (line 20458) | static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *... function CYTHON_INLINE (line 20495) | static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *_... function CYTHON_INLINE (line 20532) | static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(Py... function CYTHON_INLINE (line 20566) | static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(... function CYTHON_INLINE (line 20600) | static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit... function __pyx_array___cinit__ (line 20634) | static int __pyx_array___cinit__(PyObject *__pyx_v_self, PyObject *__pyx... function __pyx_array___pyx_pf_15View_dot_MemoryView_5array___cinit__ (line 20762) | static int __pyx_array___pyx_pf_15View_dot_MemoryView_5array___cinit__(s... function CYTHON_UNUSED (line 21385) | static CYTHON_UNUSED int __pyx_array_getbuffer(PyObject *__pyx_v_self, P... function __pyx_array___pyx_pf_15View_dot_MemoryView_5array_2__getbuffer__ (line 21396) | static int __pyx_array___pyx_pf_15View_dot_MemoryView_5array_2__getbuffe... function __pyx_array___dealloc__ (line 21692) | static void __pyx_array___dealloc__(PyObject *__pyx_v_self) { function __pyx_array___pyx_pf_15View_dot_MemoryView_5array_4__dealloc__ (line 21701) | static void __pyx_array___pyx_pf_15View_dot_MemoryView_5array_4__dealloc... function PyObject (line 21823) | static PyObject *__pyx_pw_15View_dot_MemoryView_5array_7memview_1__get__... function PyObject (line 21834) | static PyObject *__pyx_pf_15View_dot_MemoryView_5array_7memview___get__(... function PyObject (line 21884) | static PyObject *__pyx_array_get_memview(struct __pyx_array_obj *__pyx_v... function Py_ssize_t (line 21966) | static Py_ssize_t __pyx_array___len__(PyObject *__pyx_v_self) { function Py_ssize_t (line 21977) | static Py_ssize_t __pyx_array___pyx_pf_15View_dot_MemoryView_5array_6__l... function PyObject (line 22016) | static PyObject *__pyx_array___getattr__(PyObject *__pyx_v_self, PyObjec... function PyObject (line 22027) | static PyObject *__pyx_array___pyx_pf_15View_dot_MemoryView_5array_8__ge... function PyObject (line 22084) | static PyObject *__pyx_array___getitem__(PyObject *__pyx_v_self, PyObjec... function PyObject (line 22095) | static PyObject *__pyx_array___pyx_pf_15View_dot_MemoryView_5array_10__g... function __pyx_array___setitem__ (line 22152) | static int __pyx_array___setitem__(PyObject *__pyx_v_self, PyObject *__p... function __pyx_array___pyx_pf_15View_dot_MemoryView_5array_12__setitem__ (line 22163) | static int __pyx_array___pyx_pf_15View_dot_MemoryView_5array_12__setitem... function PyObject (line 22212) | static PyObject *__pyx_pw___pyx_array_1__reduce_cython__(PyObject *__pyx... function PyObject (line 22223) | static PyObject *__pyx_pf___pyx_array___reduce_cython__(CYTHON_UNUSED st... function PyObject (line 22269) | static PyObject *__pyx_pw___pyx_array_3__setstate_cython__(PyObject *__p... function PyObject (line 22280) | static PyObject *__pyx_pf___pyx_array_2__setstate_cython__(CYTHON_UNUSED... type __pyx_array_obj (line 22325) | struct __pyx_array_obj type __pyx_array_obj (line 22326) | struct __pyx_array_obj type __pyx_array_obj (line 22327) | struct __pyx_array_obj type __pyx_array_obj (line 22379) | struct __pyx_array_obj type __pyx_array_obj (line 22443) | struct __pyx_array_obj function __pyx_MemviewEnum___init__ (line 22502) | static int __pyx_MemviewEnum___init__(PyObject *__pyx_v_self, PyObject *... function __pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum___init__ (line 22553) | static int __pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum___init... function PyObject (line 22595) | static PyObject *__pyx_MemviewEnum___repr__(PyObject *__pyx_v_self) { function PyObject (line 22606) | static PyObject *__pyx_MemviewEnum___pyx_pf_15View_dot_MemoryView_4Enum_... function PyObject (line 22646) | static PyObject *__pyx_pw___pyx_MemviewEnum_1__reduce_cython__(PyObject ... function PyObject (line 22657) | static PyObject *__pyx_pf___pyx_MemviewEnum___reduce_cython__(struct __p... function PyObject (line 22881) | static PyObject *__pyx_pw___pyx_MemviewEnum_3__setstate_cython__(PyObjec... function PyObject (line 22892) | static PyObject *__pyx_pf___pyx_MemviewEnum_2__setstate_cython__(struct ... function __pyx_memoryview___cinit__ (line 23024) | static int __pyx_memoryview___cinit__(PyObject *__pyx_v_self, PyObject *... function __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview___cinit__ (line 23104) | static int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_... function __pyx_memoryview___dealloc__ (line 23403) | static void __pyx_memoryview___dealloc__(PyObject *__pyx_v_self) { function __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_2__dealloc__ (line 23412) | static void __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview... type __pyx_memoryview_obj (line 23632) | struct __pyx_memoryview_obj function PyObject (line 23772) | static PyObject *__pyx_memoryview___getitem__(PyObject *__pyx_v_self, Py... function PyObject (line 23783) | static PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memor... function __pyx_memoryview___setitem__ (line 23961) | static int __pyx_memoryview___setitem__(PyObject *__pyx_v_self, PyObject... function __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_6__setitem__ (line 23972) | static int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_... function PyObject (line 24187) | static PyObject *__pyx_memoryview_is_slice(struct __pyx_memoryview_obj *... function PyObject (line 24397) | static PyObject *__pyx_memoryview_setitem_slice_assignment(struct __pyx_... function PyObject (line 24487) | static PyObject *__pyx_memoryview_setitem_slice_assign_scalar(struct __p... function PyObject (line 24777) | static PyObject *__pyx_memoryview_setitem_indexed(struct __pyx_memoryvie... function PyObject (line 24838) | static PyObject *__pyx_memoryview_convert_item_to_object(struct __pyx_me... function PyObject (line 25115) | static PyObject *__pyx_memoryview_assign_item_from_object(struct __pyx_m... function CYTHON_UNUSED (line 25356) | static CYTHON_UNUSED int __pyx_memoryview_getbuffer(PyObject *__pyx_v_se... function __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_8__getbuffer__ (line 25367) | static int __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_... function PyObject (line 25700) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_1T_1__get__... function PyObject (line 25711) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_1T___get__(... function PyObject (line 25786) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4base_1__ge... function PyObject (line 25797) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4base___get... function PyObject (line 25839) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_5shape_1__g... function PyObject (line 25850) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_5shape___ge... function PyObject (line 25920) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_7strides_1_... function PyObject (line 25931) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_7strides___... function PyObject (line 26034) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_10suboffset... function PyObject (line 26045) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_10suboffset... function PyObject (line 26152) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4ndim_1__ge... function PyObject (line 26163) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4ndim___get... function PyObject (line 26215) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_8itemsize_1... function PyObject (line 26226) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_8itemsize__... function PyObject (line 26278) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_6nbytes_1__... function PyObject (line 26289) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_6nbytes___g... function PyObject (line 26351) | static PyObject *__pyx_pw_15View_dot_MemoryView_10memoryview_4size_1__ge... function PyObject (line 26362) | static PyObject *__pyx_pf_15View_dot_MemoryView_10memoryview_4size___get... function Py_ssize_t (line 26492) | static Py_ssize_t __pyx_memoryview___len__(PyObject *__pyx_v_self) { function Py_ssize_t (line 26503) | static Py_ssize_t __pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memo... function PyObject (line 26572) | static PyObject *__pyx_memoryview___repr__(PyObject *__pyx_v_self) { function PyObject (line 26583) | static PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memor... function PyObject (line 26674) | static PyObject *__pyx_memoryview___str__(PyObject *__pyx_v_self) { function PyObject (line 26685) | static PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memor... function PyObject (line 26753) | static PyObject *__pyx_memoryview_is_c_contig(PyObject *__pyx_v_self, CY... function PyObject (line 26764) | static PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memor... function PyObject (line 26829) | static PyObject *__pyx_memoryview_is_f_contig(PyObject *__pyx_v_self, CY... function PyObject (line 26840) | static PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memor... function PyObject (line 26905) | static PyObject *__pyx_memoryview_copy(PyObject *__pyx_v_self, CYTHON_UN... function PyObject (line 26916) | static PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memor... function PyObject (line 26999) | static PyObject *__pyx_memoryview_copy_fortran(PyObject *__pyx_v_self, C... function PyObject (line 27010) | static PyObject *__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memor... function PyObject (line 27092) | static PyObject *__pyx_pw___pyx_memoryview_1__reduce_cython__(PyObject *... function PyObject (line 27103) | static PyObject *__pyx_pf___pyx_memoryview___reduce_cython__(CYTHON_UNUS... function PyObject (line 27149) | static PyObject *__pyx_pw___pyx_memoryview_3__setstate_cython__(PyObject... function PyObject (line 27160) | static PyObject *__pyx_pf___pyx_memoryview_2__setstate_cython__(CYTHON_U... function PyObject (line 27205) | static PyObject *__pyx_memoryview_new(PyObject *__pyx_v_o, int __pyx_v_f... function CYTHON_INLINE (line 27296) | static CYTHON_INLINE int __pyx_memoryview_check(PyObject *__pyx_v_o) { function PyObject (line 27335) | static PyObject *_unellipsify(PyObject *__pyx_v_index, int __pyx_v_ndim) { function PyObject (line 27792) | static PyObject *assert_direct_dimensions(Py_ssize_t *__pyx_v_suboffsets... type __pyx_memoryview_obj (line 27880) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 27880) | struct __pyx_memoryview_obj type __pyx_memoryviewslice_obj (line 27887) | struct __pyx_memoryviewslice_obj type __pyx_memoryview_obj (line 27897) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 27902) | struct __pyx_memoryview_obj type __pyx_memoryviewslice_obj (line 27972) | struct __pyx_memoryviewslice_obj type __pyx_memoryview_obj (line 28384) | struct __pyx_memoryview_obj type __pyx_memoryview_obj (line 28425) | struct __pyx_memoryview_obj function __pyx_memoryview_slice_memviewslice (line 28460) | static int __pyx_memoryview_slice_memviewslice(__Pyx_memviewslice *__pyx... function __pyx_memslice_transpose (line 29553) | static int __pyx_memslice_transpose(__Pyx_memviewslice *__pyx_v_memslice) { function __pyx_memoryviewslice___dealloc__ (line 29729) | static void __pyx_memoryviewslice___dealloc__(PyObject *__pyx_v_self) { function __pyx_memoryviewslice___pyx_pf_15View_dot_MemoryView_16_memoryviewslice___dealloc__ (line 29738) | static void __pyx_memoryviewslice___pyx_pf_15View_dot_MemoryView_16_memo... function PyObject (line 29771) | static PyObject *__pyx_memoryviewslice_convert_item_to_object(struct __p... function PyObject (line 29857) | static PyObject *__pyx_memoryviewslice_assign_item_from_object(struct __... function PyObject (line 29942) | static PyObject *__pyx_pw_15View_dot_MemoryView_16_memoryviewslice_4base... function PyObject (line 29953) | static PyObject *__pyx_pf_15View_dot_MemoryView_16_memoryviewslice_4base... function PyObject (line 29993) | static PyObject *__pyx_pw___pyx_memoryviewslice_1__reduce_cython__(PyObj... function PyObject (line 30004) | static PyObject *__pyx_pf___pyx_memoryviewslice___reduce_cython__(CYTHON... function PyObject (line 30050) | static PyObject *__pyx_pw___pyx_memoryviewslice_3__setstate_cython__(PyO... function PyObject (line 30061) | static PyObject *__pyx_pf___pyx_memoryviewslice_2__setstate_cython__(CYT... function PyObject (line 30106) | static PyObject *__pyx_memoryview_fromslice(__Pyx_memviewslice __pyx_v_m... function __Pyx_memviewslice (line 30492) | static __Pyx_memviewslice *__pyx_memoryview_get_slice_from_memoryview(st... function __pyx_memoryview_slice_copy (line 30595) | static void __pyx_memoryview_slice_copy(struct __pyx_memoryview_obj *__p... function PyObject (line 30721) | static PyObject *__pyx_memoryview_copy_object(struct __pyx_memoryview_ob... function PyObject (line 30781) | static PyObject *__pyx_memoryview_copy_object_from_slice(struct __pyx_me... function Py_ssize_t (line 30907) | static Py_ssize_t abs_py_ssize_t(Py_ssize_t __pyx_v_arg) { function __pyx_get_best_slice_order (line 30973) | static char __pyx_get_best_slice_order(__Pyx_memviewslice *__pyx_v_mslic... function _copy_strided_to_strided (line 31163) | static void _copy_strided_to_strided(char *__pyx_v_src_data, Py_ssize_t ... function copy_strided_to_strided (line 31400) | static void copy_strided_to_strided(__Pyx_memviewslice *__pyx_v_src, __P... function Py_ssize_t (line 31430) | static Py_ssize_t __pyx_memoryview_slice_get_size(__Pyx_memviewslice *__... function Py_ssize_t (line 31502) | static Py_ssize_t __pyx_fill_contig_strides_array(Py_ssize_t *__pyx_v_sh... type __pyx_memoryview_obj (line 31633) | struct __pyx_memoryview_obj function __pyx_memoryview_err_extents (line 31879) | static int __pyx_memoryview_err_extents(int __pyx_v_i, Py_ssize_t __pyx_... function __pyx_memoryview_err_dim (line 31967) | static int __pyx_memoryview_err_dim(PyObject *__pyx_v_error, char *__pyx... function __pyx_memoryview_err (line 32051) | static int __pyx_memoryview_err(PyObject *__pyx_v_error, char *__pyx_v_m... function __pyx_memoryview_copy_contents (line 32161) | static int __pyx_memoryview_copy_contents(__Pyx_memviewslice __pyx_v_src... function __pyx_memoryview_broadcast_leading (line 32740) | static void __pyx_memoryview_broadcast_leading(__Pyx_memviewslice *__pyx... function __pyx_memoryview_refcount_copying (line 32853) | static void __pyx_memoryview_refcount_copying(__Pyx_memviewslice *__pyx_... function __pyx_memoryview_refcount_objects_in_slice_with_gil (line 32903) | static void __pyx_memoryview_refcount_objects_in_slice_with_gil(char *__... function __pyx_memoryview_refcount_objects_in_slice (line 32942) | static void __pyx_memoryview_refcount_objects_in_slice(char *__pyx_v_dat... function __pyx_memoryview_slice_assign_scalar (line 33074) | static void __pyx_memoryview_slice_assign_scalar(__Pyx_memviewslice *__p... function __pyx_memoryview__slice_assign_scalar (line 33122) | static void __pyx_memoryview__slice_assign_scalar(char *__pyx_v_data, Py... function PyObject (line 33254) | static PyObject *__pyx_pw_15View_dot_MemoryView_1__pyx_unpickle_Enum(PyO... function PyObject (line 33327) | static PyObject *__pyx_pf_15View_dot_MemoryView___pyx_unpickle_Enum(CYTH... function PyObject (line 33522) | static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum... type __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Cell (line 33645) | struct __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Cell function PyObject (line 33647) | static PyObject *__pyx_tp_new_26_marching_cubes_lewiner_cy_Cell(PyTypeOb... function __pyx_tp_dealloc_26_marching_cubes_lewiner_cy_Cell (line 33666) | static void __pyx_tp_dealloc_26_marching_cubes_lewiner_cy_Cell(PyObject ... function __pyx_tp_traverse_26_marching_cubes_lewiner_cy_Cell (line 33686) | static int __pyx_tp_traverse_26_marching_cubes_lewiner_cy_Cell(PyObject ... function __pyx_tp_clear_26_marching_cubes_lewiner_cy_Cell (line 33695) | static int __pyx_tp_clear_26_marching_cubes_lewiner_cy_Cell(PyObject *o) { type __pyx_obj_26_marching_cubes_lewiner_cy_Cell (line 33717) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Cell type __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Lut (line 33785) | struct __pyx_vtabstruct_26_marching_cubes_lewiner_cy_Lut function PyObject (line 33787) | static PyObject *__pyx_tp_new_26_marching_cubes_lewiner_cy_Lut(PyTypeObj... function __pyx_tp_dealloc_26_marching_cubes_lewiner_cy_Lut (line 33805) | static void __pyx_tp_dealloc_26_marching_cubes_lewiner_cy_Lut(PyObject *... type __pyx_obj_26_marching_cubes_lewiner_cy_Lut (line 33831) | struct __pyx_obj_26_marching_cubes_lewiner_cy_Lut function PyObject (line 33900) | static PyObject *__pyx_tp_new_26_marching_cubes_lewiner_cy_LutProvider(P... function __pyx_tp_dealloc_26_marching_cubes_lewiner_cy_LutProvider (line 33964) | static void __pyx_tp_dealloc_26_marching_cubes_lewiner_cy_LutProvider(Py... function __pyx_tp_traverse_26_marching_cubes_lewiner_cy_LutProvider (line 34026) | static int __pyx_tp_traverse_26_marching_cubes_lewiner_cy_LutProvider(Py... function __pyx_tp_clear_26_marching_cubes_lewiner_cy_LutProvider (line 34185) | static int __pyx_tp_clear_26_marching_cubes_lewiner_cy_LutProvider(PyObj... type __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider (line 34353) | struct __pyx_obj_26_marching_cubes_lewiner_cy_LutProvider type __pyx_vtabstruct_array (line 34421) | struct __pyx_vtabstruct_array function PyObject (line 34423) | static PyObject *__pyx_tp_new_array(PyTypeObject *t, PyObject *a, PyObje... function __pyx_tp_dealloc_array (line 34443) | static void __pyx_tp_dealloc_array(PyObject *o) { function PyObject (line 34462) | static PyObject *__pyx_sq_item_array(PyObject *o, Py_ssize_t i) { function __pyx_mp_ass_subscript_array (line 34470) | static int __pyx_mp_ass_subscript_array(PyObject *o, PyObject *i, PyObje... function PyObject (line 34481) | static PyObject *__pyx_tp_getattro_array(PyObject *o, PyObject *n) { function PyObject (line 34490) | static PyObject *__pyx_getprop___pyx_array_memview(PyObject *o, CYTHON_U... type PyGetSetDef (line 34501) | struct PyGetSetDef type __pyx_array_obj (line 34545) | struct __pyx_array_obj function PyObject (line 34614) | static PyObject *__pyx_tp_new_Enum(PyTypeObject *t, CYTHON_UNUSED PyObje... function __pyx_tp_dealloc_Enum (line 34628) | static void __pyx_tp_dealloc_Enum(PyObject *o) { function __pyx_tp_traverse_Enum (line 34640) | static int __pyx_tp_traverse_Enum(PyObject *o, visitproc v, void *a) { function __pyx_tp_clear_Enum (line 34649) | static int __pyx_tp_clear_Enum(PyObject *o) { type __pyx_MemviewEnum_obj (line 34667) | struct __pyx_MemviewEnum_obj type __pyx_vtabstruct_memoryview (line 34735) | struct __pyx_vtabstruct_memoryview function PyObject (line 34737) | static PyObject *__pyx_tp_new_memoryview(PyTypeObject *t, PyObject *a, P... function __pyx_tp_dealloc_memoryview (line 34759) | static void __pyx_tp_dealloc_memoryview(PyObject *o) { function __pyx_tp_traverse_memoryview (line 34781) | static int __pyx_tp_traverse_memoryview(PyObject *o, visitproc v, void *... function __pyx_tp_clear_memoryview (line 34799) | static int __pyx_tp_clear_memoryview(PyObject *o) { function PyObject (line 34814) | static PyObject *__pyx_sq_item_memoryview(PyObject *o, Py_ssize_t i) { function __pyx_mp_ass_subscript_memoryview (line 34822) | static int __pyx_mp_ass_subscript_memoryview(PyObject *o, PyObject *i, P... function PyObject (line 34833) | static PyObject *__pyx_getprop___pyx_memoryview_T(PyObject *o, CYTHON_UN... function PyObject (line 34837) | static PyObject *__pyx_getprop___pyx_memoryview_base(PyObject *o, CYTHON... function PyObject (line 34841) | static PyObject *__pyx_getprop___pyx_memoryview_shape(PyObject *o, CYTHO... function PyObject (line 34845) | static PyObject *__pyx_getprop___pyx_memoryview_strides(PyObject *o, CYT... function PyObject (line 34849) | static PyObject *__pyx_getprop___pyx_memoryview_suboffsets(PyObject *o, ... function PyObject (line 34853) | static PyObject *__pyx_getprop___pyx_memoryview_ndim(PyObject *o, CYTHON... function PyObject (line 34857) | static PyObject *__pyx_getprop___pyx_memoryview_itemsize(PyObject *o, CY... function PyObject (line 34861) | static PyObject *__pyx_getprop___pyx_memoryview_nbytes(PyObject *o, CYTH... function PyObject (line 34865) | static PyObject *__pyx_getprop___pyx_memoryview_size(PyObject *o, CYTHON... type PyGetSetDef (line 34879) | struct PyGetSetDef type __pyx_memoryview_obj (line 34931) | struct __pyx_memoryview_obj type __pyx_vtabstruct__memoryviewslice (line 34999) | struct __pyx_vtabstruct__memoryviewslice function PyObject (line 35001) | static PyObject *__pyx_tp_new__memoryviewslice(PyTypeObject *t, PyObject... function __pyx_tp_dealloc__memoryviewslice (line 35012) | static void __pyx_tp_dealloc__memoryviewslice(PyObject *o) { function __pyx_tp_traverse__memoryviewslice (line 35033) | static int __pyx_tp_traverse__memoryviewslice(PyObject *o, visitproc v, ... function __pyx_tp_clear__memoryviewslice (line 35043) | static int __pyx_tp_clear__memoryviewslice(PyObject *o) { function PyObject (line 35054) | static PyObject *__pyx_getprop___pyx_memoryviewslice_base(PyObject *o, C... type PyGetSetDef (line 35064) | struct PyGetSetDef type __pyx_memoryviewslice_obj (line 35072) | struct __pyx_memoryviewslice_obj type PyModuleDef (line 35164) | struct PyModuleDef function CYTHON_SMALL_CODE (line 35427) | static CYTHON_SMALL_CODE int __Pyx_InitCachedBuiltins(void) { function CYTHON_SMALL_CODE (line 35442) | static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) { function CYTHON_SMALL_CODE (line 35928) | static CYTHON_SMALL_CODE int __Pyx_InitGlobals(void) { function __Pyx_modinit_global_init_code (line 35959) | static int __Pyx_modinit_global_init_code(void) { function __Pyx_modinit_variable_export_code (line 35972) | static int __Pyx_modinit_variable_export_code(void) { function __Pyx_modinit_function_export_code (line 35980) | static int __Pyx_modinit_function_export_code(void) { function __Pyx_modinit_type_init_code (line 35988) | static int __Pyx_modinit_type_init_code(void) { function __Pyx_modinit_type_import_code (line 36104) | static int __Pyx_modinit_type_import_code(void) { function __Pyx_modinit_variable_import_code (line 36164) | static int __Pyx_modinit_variable_import_code(void) { function __Pyx_modinit_function_import_code (line 36172) | static int __Pyx_modinit_function_import_code(void) { function __Pyx_PyMODINIT_FUNC (line 36203) | __Pyx_PyMODINIT_FUNC PyInit__marching_cubes_lewiner_cy(void) function CYTHON_SMALL_CODE (line 36208) | static CYTHON_SMALL_CODE int __Pyx_check_single_interpreter(void) { function CYTHON_SMALL_CODE (line 36231) | static CYTHON_SMALL_CODE int __Pyx_copy_spec_to_module(PyObject *spec, P... function CYTHON_SMALL_CODE (line 36246) | static CYTHON_SMALL_CODE PyObject* __pyx_pymod_create(PyObject *spec, CY... function __Pyx_RefNannyAPIStruct (line 36661) | static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modn... function CYTHON_INLINE (line 36678) | static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, ... function PyObject (line 36691) | static PyObject *__Pyx_GetBuiltinName(PyObject *name) { function __Pyx_RaiseArgtupleInvalid (line 36705) | static void __Pyx_RaiseArgtupleInvalid( function __Pyx_RaiseDoubleKeywordsError (line 36731) | static void __Pyx_RaiseDoubleKeywordsError( function __Pyx_ParseOptionalKeywords (line 36745) | static int __Pyx_ParseOptionalKeywords( function CYTHON_INLINE (line 36848) | static CYTHON_INLINE PY_UINT64_T __Pyx_get_tp_dict_version(PyObject *obj) { function CYTHON_INLINE (line 36852) | static CYTHON_INLINE PY_UINT64_T __Pyx_get_object_dict_version(PyObject ... function CYTHON_INLINE (line 36864) | static CYTHON_INLINE int __Pyx_object_dict_version_matches(PyObject* obj... function CYTHON_INLINE (line 36876) | static CYTHON_INLINE PyObject *__Pyx__GetModuleGlobalName(PyObject *name) function CYTHON_INLINE (line 36909) | static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObj... function PyObject (line 36929) | static PyObject* __Pyx_PyFunction_FastCallNoKw(PyCodeObject *co, PyObjec... function CYTHON_INLINE (line 37048) | static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, ... function CYTHON_INLINE (line 37068) | static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) { function CYTHON_INLINE (line 37090) | static CYTHON_INLINE PyObject * __Pyx_PyCFunction_FastCall(PyObject *fun... function PyObject (line 37113) | static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *ar... function CYTHON_INLINE (line 37123) | static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func,... function CYTHON_INLINE (line 37141) | static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func,... function __Pyx_init_memviewslice (line 37152) | static int function __pyx_fatalerror (line 37204) | static void __pyx_fatalerror(const char *fmt, ...) Py_NO_RETURN { function CYTHON_INLINE (line 37216) | static CYTHON_INLINE int function CYTHON_INLINE (line 37226) | static CYTHON_INLINE int function CYTHON_INLINE (line 37236) | static CYTHON_INLINE void function CYTHON_INLINE (line 37257) | static CYTHON_INLINE void __Pyx_XDEC_MEMVIEW(__Pyx_memviewslice *memslice, function PyObject (line 37285) | static PyObject* __Pyx_PyInt_SubtractObjC(PyObject *op1, PyObject *op2, ... function CYTHON_UNUSED (line 37408) | static CYTHON_UNUSED PyObject* __Pyx_PyObject_Call2Args(PyObject* functi... function PyObject (line 37437) | static PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) { function CYTHON_INLINE (line 37444) | static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, P... function CYTHON_INLINE (line 37462) | static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, ... function CYTHON_INLINE (line 37480) | static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssi... function PyObject (line 37525) | static PyObject *__Pyx_PyObject_GetIndex(PyObject *obj, PyObject* index) { function PyObject (line 37543) | static PyObject *__Pyx_PyObject_GetItem(PyObject *obj, PyObject* key) { function __Pyx__ArgTypeTest (line 37553) | static int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const c... function __Pyx_CheckKeywordStrings (line 37574) | static int __Pyx_CheckKeywordStrings( function CYTHON_INLINE (line 37615) | static CYTHON_INLINE void __Pyx_ErrRestoreInState(PyThreadState *tstate,... function CYTHON_INLINE (line 37627) | static CYTHON_INLINE void __Pyx_ErrFetchInState(PyThreadState *tstate, P... function __Pyx_WriteUnraisable (line 37638) | static void __Pyx_WriteUnraisable(const char *name, CYTHON_UNUSED int cl... function __Pyx_Raise (line 37681) | static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, function __Pyx_Raise (line 37732) | static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, P... function __Pyx_PyErr_ExceptionMatchesTuple (line 37840) | static int __Pyx_PyErr_ExceptionMatchesTuple(PyObject *exc_type, PyObjec... function CYTHON_INLINE (line 37853) | static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadSta... function CYTHON_INLINE (line 37864) | static CYTHON_INLINE PyObject *__Pyx_GetAttr(PyObject *o, PyObject *n) { function PyObject (line 37877) | static PyObject *__Pyx_GetAttr3Default(PyObject *d) { function CYTHON_INLINE (line 37886) | static CYTHON_INLINE PyObject *__Pyx_GetAttr3(PyObject *o, PyObject *n, ... function CYTHON_INLINE (line 37892) | static CYTHON_INLINE int __Pyx_Is_Little_Endian(void) function __Pyx_BufFmt_Init (line 37903) | static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, function __Pyx_BufFmt_ParseNumber (line 37930) | static int __Pyx_BufFmt_ParseNumber(const char** ts) { function __Pyx_BufFmt_ExpectNumber (line 37945) | static int __Pyx_BufFmt_ExpectNumber(const char **ts) { function __Pyx_BufFmt_RaiseUnexpectedChar (line 37952) | static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { function __Pyx_BufFmt_TypeCharToStandardSize (line 37981) | static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_comple... function __Pyx_BufFmt_TypeCharToNativeSize (line 37999) | static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { type __Pyx_st_short (line 38018) | typedef struct { char c; short x; } __Pyx_st_short; type __Pyx_st_int (line 38019) | typedef struct { char c; int x; } __Pyx_st_int; type __Pyx_st_long (line 38020) | typedef struct { char c; long x; } __Pyx_st_long; type __Pyx_st_float (line 38021) | typedef struct { char c; float x; } __Pyx_st_float; type __Pyx_st_double (line 38022) | typedef struct { char c; double x; } __Pyx_st_double; type __Pyx_st_longdouble (line 38023) | typedef struct { char c; long double x; } __Pyx_st_longdouble; type __Pyx_st_void_p (line 38024) | typedef struct { char c; void *x; } __Pyx_st_void_p; type __Pyx_st_longlong (line 38026) | typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; function __Pyx_BufFmt_TypeCharToAlignment (line 38028) | static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED in... type __Pyx_pad_short (line 38050) | typedef struct { short x; char c; } __Pyx_pad_short; type __Pyx_pad_int (line 38051) | typedef struct { int x; char c; } __Pyx_pad_int; type __Pyx_pad_long (line 38052) | typedef struct { long x; char c; } __Pyx_pad_long; type __Pyx_pad_float (line 38053) | typedef struct { float x; char c; } __Pyx_pad_float; type __Pyx_pad_double (line 38054) | typedef struct { double x; char c; } __Pyx_pad_double; type __Pyx_pad_longdouble (line 38055) | typedef struct { long double x; char c; } __Pyx_pad_longdouble; type __Pyx_pad_void_p (line 38056) | typedef struct { void *x; char c; } __Pyx_pad_void_p; type __Pyx_pad_longlong (line 38058) | typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; function __Pyx_BufFmt_TypeCharToPadding (line 38060) | static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int ... function __Pyx_BufFmt_TypeCharToGroup (line 38078) | static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { function __Pyx_BufFmt_RaiseExpected (line 38099) | static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { function __Pyx_BufFmt_ProcessTypeChunk (line 38123) | static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { function PyObject (line 38225) | static PyObject * function CYTHON_INLINE (line 38405) | static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { function __Pyx_ZeroBuffer (line 38410) | static void __Pyx_ZeroBuffer(Py_buffer* buf) { function __Pyx__GetBufferAndValidate (line 38417) | static int __Pyx__GetBufferAndValidate( function CYTHON_INLINE (line 38452) | static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *typ... function CYTHON_INLINE (line 38465) | static CYTHON_INLINE void __Pyx_RaiseUnboundLocalError(const char *varna... function PyObject (line 38470) | static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int l... function PyObject (line 38535) | static PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name) { function CYTHON_INLINE (line 38549) | static CYTHON_INLINE int __Pyx_HasAttr(PyObject *o, PyObject *n) { function _PyErr_StackItem (line 38568) | static _PyErr_StackItem * function CYTHON_INLINE (line 38583) | static CYTHON_INLINE void __Pyx__ExceptionSave(PyThreadState *tstate, Py... function CYTHON_INLINE (line 38598) | static CYTHON_INLINE void __Pyx__ExceptionReset(PyThreadState *tstate, P... function __Pyx_GetException (line 38626) | static int __Pyx_GetException(PyObject **type, PyObject **value, PyObjec... function CYTHON_INLINE (line 38697) | static CYTHON_INLINE int __Pyx_PyBytes_Equals(PyObject* s1, PyObject* s2... function CYTHON_INLINE (line 38744) | static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* ... function CYTHON_INLINE (line 38846) | static CYTHON_INLINE PyObject* __Pyx_decode_c_string( function CYTHON_INLINE (line 38879) | static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expec... function CYTHON_INLINE (line 38885) | static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t inde... function CYTHON_INLINE (line 38892) | static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { function CYTHON_INLINE (line 38898) | static CYTHON_INLINE void __Pyx__ExceptionSwap(PyThreadState *tstate, Py... function CYTHON_INLINE (line 38921) | static CYTHON_INLINE void __Pyx_ExceptionSwap(PyObject **type, PyObject ... function __Pyx_InBases (line 38933) | static int __Pyx_InBases(PyTypeObject *a, PyTypeObject *b) { function CYTHON_INLINE (line 38941) | static CYTHON_INLINE int __Pyx_IsSubtype(PyTypeObject *a, PyTypeObject *... function __Pyx_inner_PyErr_GivenExceptionMatches2 (line 38957) | static int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObj... function CYTHON_INLINE (line 38979) | static CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObje... function __Pyx_PyErr_GivenExceptionMatchesTuple (line 38987) | static int __Pyx_PyErr_GivenExceptionMatchesTuple(PyObject *exc_type, Py... function CYTHON_INLINE (line 39008) | static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err... function CYTHON_INLINE (line 39020) | static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *er... function PyObject (line 39033) | static PyObject* __Pyx_PyInt_AddObjC(PyObject *op1, PyObject *op2, CYTHO... function PyObject (line 39157) | static PyObject *__Pyx_RaiseGenericGetAttributeError(PyTypeObject *tp, P... function CYTHON_INLINE (line 39168) | static CYTHON_INLINE PyObject* __Pyx_PyObject_GenericGetAttrNoDict(PyObj... function PyObject (line 39197) | static PyObject* __Pyx_PyObject_GenericGetAttr(PyObject* obj, PyObject* ... function __Pyx_SetVtable (line 39206) | static int __Pyx_SetVtable(PyObject *dict, void *vtable) { function __Pyx_PyObject_GetAttrStr_ClearAttributeError (line 39224) | static void __Pyx_PyObject_GetAttrStr_ClearAttributeError(void) { function CYTHON_INLINE (line 39230) | static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStrNoError(PyObject... function __Pyx_setup_reduce_is_named (line 39246) | static int __Pyx_setup_reduce_is_named(PyObject* meth, PyObject* name) { function __Pyx_setup_reduce (line 39262) | static int __Pyx_setup_reduce(PyObject* type_obj) { function PyTypeObject (line 39352) | static PyTypeObject *__Pyx_ImportType(PyObject *module, const char *modu... function __Pyx_CLineForTraceback (line 39412) | static int __Pyx_CLineForTraceback(CYTHON_NCP_UNUSED PyThreadState *tsta... function __pyx_bisect_code_objects (line 39453) | static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries... function PyCodeObject (line 39474) | static PyCodeObject *__pyx_find_code_object(int code_line) { function __pyx_insert_code_object (line 39488) | static void __pyx_insert_code_object(int code_line, PyCodeObject* code_o... function PyCodeObject (line 39542) | static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( function __Pyx_AddTraceback (line 39600) | static void __Pyx_AddTraceback(const char *funcname, int c_line, function __Pyx_GetBuffer (line 39640) | static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { function __Pyx_ReleaseBuffer (line 39647) | static void __Pyx_ReleaseBuffer(Py_buffer *view) { function __pyx_memviewslice_is_contig (line 39662) | static int function __pyx_get_array_memory_extents (line 39684) | static void function __pyx_slices_overlap (line 39708) | static int function CYTHON_INLINE (line 39720) | static CYTHON_INLINE PyObject * function __pyx_typeinfo_cmp (line 39755) | static int function __pyx_check_strides (line 39796) | static int function __pyx_check_suboffsets (line 39849) | static int function __pyx_verify_contig (line 39872) | static int function __Pyx_ValidateAndInit_memviewslice (line 39901) | static int __Pyx_ValidateAndInit_memviewslice( function CYTHON_INLINE (line 39977) | static CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlic... function CYTHON_INLINE (line 40000) | static CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlic... function CYTHON_INLINE (line 40023) | static CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlic... function CYTHON_INLINE (line 40046) | static CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlic... function CYTHON_INLINE (line 40069) | static CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlic... function CYTHON_INLINE (line 40092) | static CYTHON_INLINE __Pyx_memviewslice __Pyx_PyObject_to_MemoryviewSlic... function PyObject (line 40116) | static PyObject *__Pyx_GetStdout(void) { function __Pyx_Print (line 40123) | static int __Pyx_Print(PyObject* f, PyObject *arg_tuple, int newline) { function __Pyx_Print (line 40165) | static int __Pyx_Print(PyObject* stream, PyObject *arg_tuple, int newlin... function CYTHON_INLINE (line 40223) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 40227) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 40232) | static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_pa... function CYTHON_INLINE (line 40243) | static CYTHON_INLINE int __Pyx_c_eq_float(__pyx_t_float_complex a, __pyx... function CYTHON_INLINE (line 40246) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sum_float(__pyx_t_flo... function CYTHON_INLINE (line 40252) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_diff_float(__pyx_t_fl... function CYTHON_INLINE (line 40258) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prod_float(__pyx_t_fl... function CYTHON_INLINE (line 40265) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quot_float(__pyx_t_fl... function CYTHON_INLINE (line 40285) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quot_float(__pyx_t_fl... function CYTHON_INLINE (line 40296) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_neg_float(__pyx_t_flo... function CYTHON_INLINE (line 40302) | static CYTHON_INLINE int __Pyx_c_is_zero_float(__pyx_t_float_complex a) { function CYTHON_INLINE (line 40305) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conj_float(__pyx_t_fl... function CYTHON_INLINE (line 40312) | static CYTHON_INLINE float __Pyx_c_abs_float(__pyx_t_float_complex z) { function CYTHON_INLINE (line 40319) | static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_pow_float(__pyx_t_flo... function CYTHON_INLINE (line 40377) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 40381) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 40386) | static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_... function CYTHON_INLINE (line 40397) | static CYTHON_INLINE int __Pyx_c_eq_double(__pyx_t_double_complex a, __p... function CYTHON_INLINE (line 40400) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum_double(__pyx_t_d... function CYTHON_INLINE (line 40406) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff_double(__pyx_t_... function CYTHON_INLINE (line 40412) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod_double(__pyx_t_... function CYTHON_INLINE (line 40419) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot_double(__pyx_t_... function CYTHON_INLINE (line 40439) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot_double(__pyx_t_... function CYTHON_INLINE (line 40450) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg_double(__pyx_t_d... function CYTHON_INLINE (line 40456) | static CYTHON_INLINE int __Pyx_c_is_zero_double(__pyx_t_double_complex a) { function CYTHON_INLINE (line 40459) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj_double(__pyx_t_... function CYTHON_INLINE (line 40466) | static CYTHON_INLINE double __Pyx_c_abs_double(__pyx_t_double_complex z) { function CYTHON_INLINE (line 40473) | static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow_double(__pyx_t_d... function __Pyx_memviewslice (line 40529) | static __Pyx_memviewslice function CYTHON_INLINE (line 40988) | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { function CYTHON_INLINE (line 41026) | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { function __Pyx_PyInt_As_signed__char (line 41064) | static CYTHON_INLINE signed char __Pyx_PyInt_As_signed__char(PyObject *x) { function CYTHON_INLINE (line 41260) | static CYTHON_INLINE PyObject* __Pyx_PyInt_From_npy_bool(npy_bool value) { function __Pyx_PrintOne (line 41299) | static int __Pyx_PrintOne(PyObject* f, PyObject *o) { function __Pyx_PrintOne (line 41323) | static int __Pyx_PrintOne(PyObject* stream, PyObject *o) { function __Pyx_check_binary_version (line 41531) | static int __Pyx_check_binary_version(void) { function __Pyx_InitStrings (line 41569) | static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { function CYTHON_INLINE (line 41601) | static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_... function CYTHON_INLINE (line 41604) | static CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject* o) { function CYTHON_INLINE (line 41631) | static CYTHON_INLINE const char* __Pyx_PyUnicode_AsStringAndSize(PyObjec... function CYTHON_INLINE (line 41673) | static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { function CYTHON_INLINE (line 41678) | static CYTHON_INLINE int __Pyx_PyObject_IsTrueAndDecref(PyObject* x) { function PyObject (line 41685) | static PyObject* __Pyx_PyNumber_IntOrLongWrongResultType(PyObject* resul... function CYTHON_INLINE (line 41754) | static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { function CYTHON_INLINE (line 41816) | static CYTHON_INLINE Py_hash_t __Pyx_PyIndex_AsHash_t(PyObject* o) { function CYTHON_INLINE (line 41833) | static CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b) { function CYTHON_INLINE (line 41836) | static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { FILE: exp_runner.py class Runner (line 32) | class Runner: method __init__ (line 33) | def __init__(self, conf_path, mode='train', case='CASE_NAME', is_conti... method train (line 131) | def train(self): method get_image_perm (line 239) | def get_image_perm(self): method get_cos_anneal_ratio (line 242) | def get_cos_anneal_ratio(self): method get_weight_anneal_ratio (line 248) | def get_weight_anneal_ratio(self): method update_learning_rate (line 254) | def update_learning_rate(self): method file_backup (line 267) | def file_backup(self): method load_checkpoint (line 280) | def load_checkpoint(self, checkpoint_name): method save_checkpoint (line 291) | def save_checkpoint(self): method validate_image (line 304) | def validate_image(self, idx=-1, resolution_level=-1, up_sample=True): method render_novel_image (line 373) | def render_novel_image(self, idx_0, idx_1, ratio, resolution_level): method validate_mesh (line 401) | def validate_mesh(self, world_space=False, resolution=64, threshold=0.0): method validate_point (line 417) | def validate_point(self, num_steps=10, world_space=True, patch_size=10... method interpolate_view (line 442) | def interpolate_view(self, img_idx_0, img_idx_1): method validate_mesh_udf_backups (line 467) | def validate_mesh_udf_backups(self, world_space=False, resolution=64, ... method validate_ray (line 484) | def validate_ray(self, idx=-1): method get_vertices_color (line 512) | def get_vertices_color(self, vertices): method get_vertices_normal (line 530) | def get_vertices_normal(self, vertices): method get_vertices_sdf (line 534) | def get_vertices_sdf(self, vertices): method validate_normal (line 538) | def validate_normal(self, num_steps=10, world_space=True, patch_size=1... method validate_udf (line 565) | def validate_udf(self, num_steps=10, world_space=True, patch_size=1000... method get_udf_normals_grid_slow (line 589) | def get_udf_normals_grid_slow(self, b_min, b_max, N=56, max_batch=int(... method get_mesh_udf_fast (line 683) | def get_mesh_udf_fast(self, b_min, b_max, N_MC=128, fourier=False, method validate_mesh_udf (line 873) | def validate_mesh_udf(self, world_space=False, resolution=64, color=Fa... method validate_mesh_udf_main (line 890) | def validate_mesh_udf_main(self, b_min, b_max, n, color): FILE: lib/models/deep_udf_decoder.py class Decoder (line 6) | class Decoder(nn.Module): method __init__ (line 7) | def __init__( method forward (line 88) | def forward(self, input): FILE: lib/workspace.py function load_experiment_specifications (line 10) | def load_experiment_specifications(experiment_directory): function load_model_parameters_decoder (line 20) | def load_model_parameters_decoder(experiment_directory, checkpoint, deco... function get_latent_codes_dir (line 31) | def get_latent_codes_dir(experiment_dir, create_if_nonexistent=False): function load_latent_vectors (line 38) | def load_latent_vectors(experiment_directory, filename): function fourier_transform (line 46) | def fourier_transform(x, L=5): FILE: models/dataset.py function load_K_Rt_from_P (line 13) | def load_K_Rt_from_P(filename, P=None): class Dataset (line 37) | class Dataset: method __init__ (line 38) | def __init__(self, conf): method gen_rays_at (line 97) | def gen_rays_at(self, img_idx, resolution_level=1): method gen_random_rays_at (line 112) | def gen_random_rays_at(self, img_idx, batch_size): method gen_rays_between (line 127) | def gen_rays_between(self, idx_0, idx_1, ratio, resolution_level=1): method near_far_from_sphere (line 160) | def near_far_from_sphere(self, rays_o, rays_d): method image_at (line 168) | def image_at(self, idx, resolution_level): method gen_patch_rays_at (line 172) | def gen_patch_rays_at(self, img_idx, batch_size, patch_size): FILE: models/embedder.py class Embedder (line 6) | class Embedder: method __init__ (line 7) | def __init__(self, **kwargs): method create_embedding_fn (line 11) | def create_embedding_fn(self): method embed (line 35) | def embed(self, inputs): function get_embedder (line 39) | def get_embedder(multires, input_dims=3): FILE: models/fields.py class SDFNetwork (line 9) | class SDFNetwork(nn.Module): method __init__ (line 10) | def __init__(self, method forward (line 75) | def forward(self, inputs): method sdf (line 96) | def sdf(self, x): method sdf_hidden_appearance (line 99) | def sdf_hidden_appearance(self, x): method gradient (line 102) | def gradient(self, x): class RenderingNetwork (line 117) | class RenderingNetwork(nn.Module): method __init__ (line 118) | def __init__(self, method forward (line 153) | def forward(self, points, normals, view_dirs, feature_vectors, sdf=Non... class NeRF (line 240) | class NeRF(nn.Module): method __init__ (line 241) | def __init__(self, method forward (line 293) | def forward(self, input_pts, input_views): class SingleVarianceNetwork (line 321) | class SingleVarianceNetwork(nn.Module): method __init__ (line 322) | def __init__(self, init_val): method forward (line 326) | def forward(self, x): FILE: models/renderer.py function extract_fields (line 12) | def extract_fields(bound_min, bound_max, resolution, query_func): function extract_geometry (line 31) | def extract_geometry(bound_min, bound_max, resolution, threshold, query_... function sample_pdf (line 57) | def sample_pdf(bins, weights, n_samples, det=False): class NeuSRenderer (line 90) | class NeuSRenderer: method __init__ (line 91) | def __init__(self, method render_core_outside (line 126) | def render_core_outside(self, rays_o, rays_d, z_vals, sample_dist, ner... method up_sample (line 164) | def up_sample(self, rays_o, rays_d, z_vals, sdf, n_importance, i): method cat_z_vals (line 219) | def cat_z_vals(self, rays_o, rays_d, z_vals, new_z_vals, sdf, last=Fal... method render_core (line 237) | def render_core(self, method render (line 423) | def render(self, rays_o, rays_d, near, far, perturb_overwrite=-1, back... method extract_geometry (line 623) | def extract_geometry(self, bound_min, bound_max, resolution, threshold... method generate_point_cloud (line 630) | def generate_point_cloud(self, device, num_steps = 10, num_points = 90... method up_sample_uniformity (line 683) | def up_sample_uniformity(self, rays_o, rays_d, z_vals, sdf, n_importan... method up_sample_surface (line 702) | def up_sample_surface(self, rays_o, rays_d, z_vals, sdf, n_importance,... method up_sample_udf (line 759) | def up_sample_udf(self, rays_o, rays_d, z_vals, sdf, n_importance, i): method up_sample_naive (line 779) | def up_sample_naive(self, rays_o, rays_d, z_vals, sdf, n_importance, i): method up_sample_naive_appr (line 808) | def up_sample_naive_appr(self, rays_o, rays_d, z_vals, sdf, n_importan... method up_sample_neus_appr (line 840) | def up_sample_neus_appr(self, rays_o, rays_d, z_vals, sdf, n_importanc... method up_sample_fake_f (line 876) | def up_sample_fake_f(self, rays_o, rays_d, z_vals, sdf, n_importance, i): method up_sample_uniform (line 911) | def up_sample_uniform(self, rays_o, rays_d, z_vals, sdf, n_importance,... method generate_ray (line 972) | def generate_ray(self, rays_o, rays_d, near, far, perturb_overwrite=-1... method sample_symmetry (line 1119) | def sample_symmetry(self, rays_o, rays_d, z_vals, sdf, n_importance, i... method approximate_normal (line 1166) | def approximate_normal(self, pts, dirs, max_delta_z=0.01, min_delta_z=... FILE: preprocess_custom_data/aruco_preprocess/calibration.cpp function Calibrate (line 11) | void Calibrate(std::string work_dir, int n_images, double raw_scale) { function main (line 111) | int main(int argc, char* argv[]) { FILE: preprocess_custom_data/aruco_preprocess/gen_cameras.py function convert_cameras (line 11) | def convert_cameras(work_dir, crop_pixels): FILE: preprocess_custom_data/colmap_preprocess/colmap_read_model.py class Image (line 48) | class Image(BaseImage): method qvec2rotmat (line 49) | def qvec2rotmat(self): function read_next_bytes (line 70) | def read_next_bytes(fid, num_bytes, format_char_sequence, endian_charact... function read_cameras_text (line 82) | def read_cameras_text(path): function read_cameras_binary (line 108) | def read_cameras_binary(path_to_model_file): function read_images_text (line 137) | def read_images_text(path): function read_images_binary (line 168) | def read_images_binary(path_to_model_file): function read_points3D_text (line 203) | def read_points3D_text(path): function read_points3d_binary (line 230) | def read_points3d_binary(path_to_model_file): function read_model (line 260) | def read_model(path, ext): function qvec2rotmat (line 272) | def qvec2rotmat(qvec): function rotmat2qvec (line 285) | def rotmat2qvec(R): function main (line 299) | def main(): FILE: preprocess_custom_data/colmap_preprocess/colmap_wrapper.py function run_colmap (line 23) | def run_colmap(basedir, match_type): FILE: preprocess_custom_data/colmap_preprocess/pose_utils.py function load_colmap_data (line 12) | def load_colmap_data(realdir): function save_poses (line 57) | def save_poses(basedir, poses, pts3d, perm): function minify_v0 (line 83) | def minify_v0(basedir, factors=[], resolutions=[]): function minify (line 132) | def minify(basedir, factors=[], resolutions=[]): function load_data (line 186) | def load_data(basedir, factor=None, width=None, height=None, load_imgs=T... function gen_poses (line 246) | def gen_poses(basedir, match_type, factors=None):