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
- Author:
- Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld
-
Method Summary
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensionsMethods 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, localizeMethods inherited from interface net.imglib2.RealPositionable
move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
-
Method Details
-
copyRealRandomAccess
RealRandomAccess<T> copyRealRandomAccess()
-