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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RandomAccess<T>
copyRandomAccess()
-
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 Detail
-
copyRandomAccess
RandomAccess<T> copyRandomAccess()
-
-