Package net.imglib2

Interface RealRandomAccess<T>

All Superinterfaces:
EuclideanSpace, Positionable, RealLocalizable, RealPositionable, Sampler<T>
All Known Subinterfaces:
RealOutOfBounds<T>
All Known Implementing Classes:
AbstractConvertedRealRandomAccess, ConvertedRealRandomAccess, FloorInterpolator, InverseDistanceWeightingInterpolator, LanczosInterpolator, NearestNeighborInterpolator, NearestNeighborSearchInterpolator, NLinearInterpolator, NLinearInterpolator1D, NLinearInterpolator2D, NLinearInterpolator3D, NLinearInterpolatorARGB, RealOutOfBoundsRealRandomAccess

public interface RealRandomAccess<T> extends RealLocalizable, RealPositionable, Sampler<T>
Author:
Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld