Package sc.fiji.snt.tracing.image
Class ListSearchImage<V>
java.lang.Object
sc.fiji.snt.tracing.image.ListSearchImage<V>
- All Implemented Interfaces:
Iterable<V>,SearchImage<V>
A
SearchImage backed by an ImgLib2 ListImg, providing
list-based storage for path-search data structures.- Author:
- Cameron Arshadi
-
Constructor Details
-
ListSearchImage
public ListSearchImage(Class<V> clazz, int width, int height) throws IllegalAccessException, InstantiationException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceSearchImage<V>
-
setValue
- Specified by:
setValuein interfaceSearchImage<V>
-
iterator
-