Package net.imglib2

Interface RandomAccess<T>

All Superinterfaces:
EuclideanSpace, Localizable, Positionable, RealLocalizable, Sampler<T>
All Known Subinterfaces:
OutOfBounds<T>, RealOutOfBounds<T>
All Known Implementing Classes:
AbstractConvertedRandomAccess, AbstractLongListImg.LongListRandomAccess, AbstractOutOfBoundsMirror, AbstractOutOfBoundsValue, ArrayRandomAccess, CellRandomAccess, CompositeView.CompositeRandomAccess, ConvertedRandomAccess, FullSourceMapMixedRandomAccess, FullSourceMapSlicingRandomAccess, HyperSlice.HyperSliceRandomAccess, HyperSlicesView.HyperSlicesViewRandomAccess, ListRandomAccess, MixedRandomAccess, NtreeRandomAccess, OutOfBoundsBorder, OutOfBoundsConstantValue, OutOfBoundsMirrorDoubleBoundary, OutOfBoundsMirrorExpWindowing, OutOfBoundsMirrorSingleBoundary, OutOfBoundsPeriodic, OutOfBoundsRandomValue, PlanarRandomAccess, PlanarRandomAccess1D, RandomAccessibleOnRealRandomAccessible.RandomAccessOnRealRandomAccessible, RandomAccessiblePair.RandomAccess, SlicingRandomAccess, StackView.DefaultRA, StackView.MoveAllSlicesRA, SubsampleView.SubsampleRandomAccess, TransformRandomAccess, TranslationRandomAccess, WriteConvertedRandomAccess

public interface RandomAccess<T> extends Localizable, Positionable, Sampler<T>
Author:
Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld
  • Method Details