Package | Description |
---|---|
mpicbg.imglib.container.constant | |
mpicbg.imglib.cursor.constant |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ConstantContainerFactory.createContainer(int[] dim,
T type) |
Constructor and Description |
---|
ConstantCursor(ConstantContainer<T> container,
Image<T> image,
T type) |
ConstantLocalizableByDimCursor(ConstantContainer<T> container,
Image<T> image,
T type) |
ConstantLocalizableByDimOutOfBoundsCursor(ConstantContainer<T> container,
Image<T> image,
T type,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
ConstantLocalizableCursor(ConstantContainer<T> container,
Image<T> image,
T type) |
ConstantLocalizablePlaneCursor(ConstantContainer<T> container,
Image<T> image,
T type)
A simple
LocalizablePlaneCursor that always returns the same value at each position. |
Copyright © 2015–2021 Fiji. All rights reserved.