public interface SubIntervalIterable<T>
Cursor
s for certain Interval
sModifier and Type | Method and Description |
---|---|
Cursor<T> |
cursor(Interval interval)
|
Cursor<T> |
localizingCursor(Interval interval)
|
Object |
subIntervalIterationOrder(Interval interval)
Returns the iteration order given the interval.
|
boolean |
supportsOptimizedCursor(Interval interval)
|
boolean supportsOptimizedCursor(Interval interval)
Object subIntervalIterationOrder(Interval interval)
interval
- Interval
over which to iterateIterableRealInterval
Copyright © 2015–2022 ImgLib2. All rights reserved.