Package net.imglib2.loops
Interface LoopBuilder.Chunk<T>
-
- All Known Implementing Classes:
IterableLoopBuilder.Chunk
- Enclosing class:
- LoopBuilder<T>
public static interface LoopBuilder.Chunk<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforEachPixel(T action)
-
-
-
Method Detail
-
forEachPixel
void forEachPixel(T action)
-
-