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
numDimensions
Methods inherited from interface net.imglib2.Localizable
getIntPosition, getLongPosition, localize, localize
Methods inherited from interface net.imglib2.Positionable
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
Methods inherited from interface net.imglib2.RealLocalizable
getDoublePosition, getFloatPosition, localize, localize
-
Method Details
-
copyRandomAccess
RandomAccess<T> copyRandomAccess()
-