Class LazyCellImg<T extends NativeType<T>,A>

Type Parameters:
T - the pixel type
A - the underlying native access type
All Implemented Interfaces:
Iterable<T>, Dimensions, EuclideanSpace, Img<T>, NativeImg<T,A>, Interval, IterableInterval<T>, IterableRealInterval<T>, RandomAccessible<T>, RandomAccessibleInterval<T>, RealInterval

public class LazyCellImg<T extends NativeType<T>,A> extends AbstractCellImg<T,A,Cell<A>,LazyCellImg.LazyCells<Cell<A>>>
A AbstractCellImg that obtains its Cells lazily when they are accessed. Cells are obtained by a LazyCellImg.Get method that is provided by the user. Typically this is some kind of cache.
Author:
Tobias Pietzsch