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
- Author:
- Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld
-
Method Summary
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensionsMethods inherited from interface net.imglib2.Localizable
getIntPosition, getLongPosition, localize, localizeMethods inherited from interface net.imglib2.Positionable
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPositionMethods inherited from interface net.imglib2.RealLocalizable
getDoublePosition, getFloatPosition, localize, localize
-
Method Details
-
copyRandomAccess
RandomAccess<T> copyRandomAccess()
-