diff --git a/skimage/graph/_mcp.pxd b/skimage/graph/_mcp.pxd index 3b35ce0b..a4025e06 100644 --- a/skimage/graph/_mcp.pxd +++ b/skimage/graph/_mcp.pxd @@ -18,6 +18,8 @@ ctypedef cnp.int16_t OFFSETS_INDEX_T cdef class MCP: cdef heap.FastUpdateBinaryHeap costs_heap cdef object costs_shape + cdef object _starts + cdef object _ends cdef DIM_T dim cdef BOOL_T dirty cdef BOOL_T use_start_cost