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
public interface RealRandomAccess<T> extends RealLocalizable, RealPositionable, Sampler<T>
- Author:
- Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealRandomAccess<T>
copyRealRandomAccess()
-
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensions
-
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
-
Methods inherited from interface net.imglib2.RealPositionable
move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
-
-
-
-
Method Detail
-
copyRealRandomAccess
RealRandomAccess<T> copyRealRandomAccess()
-
-