@Deprecated public class WritableLineIterator<T extends Type<T>> extends AbstractLineIterator
| Constructor and Description |
|---|
WritableLineIterator(int dim,
long size,
RandomAccess<T> randomAccess)
Deprecated.
Make a new AbstractWritableLineIterator which iterates a 1d line of a
certain length and is used as the input for the convolution operation
|
| Modifier and Type | Method and Description |
|---|---|
void |
set(T type)
Deprecated.
Sets the possibly converted value at the current location
|
fwd, getOffset, getPositionable, hasNext, jumpFwd, resetpublic WritableLineIterator(int dim,
long size,
RandomAccess<T> randomAccess)
dim - - which dimension to iterate (dimension id)size - - number of pixels to iteraterandomAccess - - the RandomAccess which is moved along the line and
is placed at the right location (one pixel left of the
starting pixel)public void set(T type)
type - - the valueCopyright © 2015–2022 ImgLib2. All rights reserved.