Uses of Interface
net.imglib2.display.projector.sampler.ProjectedSampler
-
Packages that use ProjectedSampler Package Description net.imglib2.display.projector.sampler -
-
Uses of ProjectedSampler in net.imglib2.display.projector.sampler
Classes in net.imglib2.display.projector.sampler that implement ProjectedSampler Modifier and Type Class Description class
IntervalSampler<T>
allows stepwise access to a preselected projected dimension.class
SelectiveSampler<T>
Provides access to a set of predefined positions of a projected dimensionFields in net.imglib2.display.projector.sampler with type parameters of type ProjectedSampler Modifier and Type Field Description protected Converter<ProjectedSampler<A>,B>
SamplingProjector2D. converter
Constructor parameters in net.imglib2.display.projector.sampler with type arguments of type ProjectedSampler Constructor Description SamplingProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>,B> converter, int projectedDimension, long[] projectedPositions)
SamplingProjector2D(int dimX, int dimY, RandomAccessibleInterval<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>,B> converter, int projectedDimension)
-