Class ListImgFactory<T>

java.lang.Object
net.imglib2.img.ImgFactory<T>
net.imglib2.img.list.ListImgFactory<T>
Type Parameters:
T - The value type of the pixels.

public class ListImgFactory<T> extends ImgFactory<T>
ImgFactory for ListImg of any type T. You can us Type s or arbitrary Objects. If you use non-Type pixels, note, that you cannot use Type.set(Type) to change the value stored in every reference in the ListImg. Instead, you can use the ListCursor.set(Object) and ListRandomAccess.set(Object) methods to alter the underlying ArrayList.
Author:
Stephan Preibisch, Stephan Saalfeld, Tobias Pietzsch