public class RealPositionRealRandomAccessible.RealPositionRealRandomAccess extends RealPoint implements RealRandomAccess<DoubleType>
position
n
Constructor and Description |
---|
RealPositionRealRandomAccess() |
Modifier and Type | Method and Description |
---|---|
RealPositionRealRandomAccessible.RealPositionRealRandomAccess |
copy() |
RealPositionRealRandomAccessible.RealPositionRealRandomAccess |
copyRealRandomAccess() |
DoubleType |
get()
Access the actual T instance providing access to a pixel,
sub-pixel or integral region value the
Sampler points at. |
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
getDoublePosition, getFloatPosition, localize, localize
numDimensions
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setPositionAndGet, setPositionAndGet, setPositionAndGet
getDoublePosition, getFloatPosition, localize, localize, localize, positionAsDoubleArray, positionAsRealPoint
move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
numDimensions
public DoubleType get()
Sampler
Sampler
points at.get
in interface Sampler<DoubleType>
public RealPositionRealRandomAccessible.RealPositionRealRandomAccess copy()
copy
in interface Sampler<DoubleType>
Sampler
in the same state accessing the same
values.
It does NOT copy T, just the state of the Sampler
.
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 an
ArrayCursor
for example)public RealPositionRealRandomAccessible.RealPositionRealRandomAccess copyRealRandomAccess()
copyRealRandomAccess
in interface RealRandomAccess<DoubleType>
Copyright © 2015–2022 ImgLib2. All rights reserved.