Class ContourPlot.Iterators.RowSpliterator<P extends ContourPlot.PixelBase>

java.lang.Object
gov.nih.mipav.model.algorithms.ContourPlot.Iterators.RowSpliterator<P>
All Implemented Interfaces:
Spliterator<P>
Enclosing class:
ContourPlot.Iterators

public static final class ContourPlot.Iterators.RowSpliterator<P extends ContourPlot.PixelBase> extends Object implements Spliterator<P>
Special Spliterator for images which guarantees that each split will cover at least an entire row of the image.
Author:
hageldave