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 classIntervalSampler<T>allows stepwise access to a preselected projected dimension.classSelectiveSampler<T>Provides access to a set of predefined positions of a projected dimensionFields in net.imglib2.display.projector.sampler declared as ProjectedSampler Modifier and Type Field Description private ProjectedSampler<A>SamplingProjector2D. projectionSamplerFields in net.imglib2.display.projector.sampler with type parameters of type ProjectedSampler Modifier and Type Field Description protected Converter<ProjectedSampler<A>,B>SamplingProjector2D. converterConstructor 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)
-