Package net.imglib2.position
Class RealPositionRealRandomAccessible.RealPositionRealRandomAccess
- java.lang.Object
-
- net.imglib2.AbstractEuclideanSpace
-
- net.imglib2.AbstractRealLocalizable
-
- net.imglib2.RealPoint
-
- net.imglib2.position.RealPositionRealRandomAccessible.RealPositionRealRandomAccess
-
- All Implemented Interfaces:
EuclideanSpace,Positionable,RealLocalizable,RealPositionable,RealRandomAccess<DoubleType>,Sampler<DoubleType>,Typed<DoubleType>
- Enclosing class:
- RealPositionRealRandomAccessible
public class RealPositionRealRandomAccessible.RealPositionRealRandomAccess extends RealPoint implements RealRandomAccess<DoubleType>
-
-
Field Summary
Fields Modifier and Type Field Description private DoubleTypet-
Fields inherited from class net.imglib2.AbstractRealLocalizable
position
-
Fields inherited from class net.imglib2.AbstractEuclideanSpace
n
-
-
Constructor Summary
Constructors Constructor Description RealPositionRealRandomAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealPositionRealRandomAccessible.RealPositionRealRandomAccesscopy()DoubleTypeget()Access the actual T instance providing access to a pixel, sub-pixel or integral region value theSamplerpoints at.DoubleTypegetType()Get an instance ofT.-
Methods inherited from class net.imglib2.RealPoint
bck, equals, fwd, hashCode, move, move, move, move, move, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrap
-
Methods inherited from class net.imglib2.AbstractRealLocalizable
getDoublePosition, getFloatPosition, localize, localize
-
Methods inherited from class net.imglib2.AbstractEuclideanSpace
numDimensions
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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, localize, positionAsDoubleArray, positionAsRealPoint
-
Methods inherited from interface net.imglib2.RealPositionable
move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
-
Methods inherited from interface net.imglib2.RealRandomAccess
copyRealRandomAccess, setPositionAndGet, setPositionAndGet, setPositionAndGet
-
-
-
-
Field Detail
-
t
private final DoubleType t
-
-
Method Detail
-
get
public DoubleType get()
Description copied from interface:SamplerAccess the actual T instance providing access to a pixel, sub-pixel or integral region value theSamplerpoints at.- Specified by:
getin interfaceSampler<DoubleType>
-
getType
public DoubleType getType()
Description copied from interface:TypedGet an instance ofT.It should not be assumed that the returned
Tinstance is an independent copy. In particular, repeated calls togetType()may return the same instance.- Specified by:
getTypein interfaceSampler<DoubleType>- Specified by:
getTypein interfaceTyped<DoubleType>- Returns:
- an instance of
T
-
copy
public RealPositionRealRandomAccessible.RealPositionRealRandomAccess copy()
- Specified by:
copyin interfaceRealRandomAccess<DoubleType>- Specified by:
copyin interfaceSampler<DoubleType>- Returns:
- - A new
Samplerin the same state accessing the same values. It does NOT copy T, just the state of theSampler. Otherwise use T.copy() if available. Sampler.copy().get() == Sampler.get(), i.e. both hold the same value, not necessarily the same instance (this is the case for anArrayCursorfor example)
-
-