Interface ProjectedSampler<T>
- Type Parameters:
T-
- All Known Implementing Classes:
IntervalSampler,SelectiveSampler
provides samples from a projected (
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 dimension- Author:
- Michael Zinsmaier, Martin Horn, Christian Dietz
-
Method Summary
-
Method Details
-
setRandomAccess
- Parameters:
srcAccess- sets the random access from which the sampler takes the values of the projected dimension
-