T
- public interface ProjectedSampler<T> extends Iterator, Sampler<T>
SamplingProjector2D
) dimension.
E.g. the color values from the color dimension when projecting the values
onto the xy plane.
Implements Iterator
and Sampler
to allow access to the
(selected) values of the projected dimensionModifier and Type | Method and Description |
---|---|
void |
setRandomAccess(RandomAccess<T> srcAccess) |
void setRandomAccess(RandomAccess<T> srcAccess)
srcAccess
- sets the random access from which the sampler takes the values
of the projected dimensionCopyright © 2015–2022 ImgLib2. All rights reserved.