Package | Description |
---|---|
mpicbg.imglib.cursor.array |
Modifier and Type | Method and Description |
---|---|
Array3D<T,?> |
Array3DLocalizableCursor.getStorageContainer() |
Array3D<T,?> |
Array3DLocalizableByDimOutOfBoundsCursor.getStorageContainer() |
Array3D<T,?> |
Array3DLocalizableByDimCursor.getStorageContainer() |
Constructor and Description |
---|
Array3DLocalizableByDimCursor(Array3D<T,?> container,
Image<T> image,
T type) |
Array3DLocalizableByDimOutOfBoundsCursor(Array3D<T,?> container,
Image<T> image,
T type,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
Array3DLocalizableCursor(Array3D<T,?> container,
Image<T> image,
T type) |
Copyright © 2015–2021 Fiji. All rights reserved.