public class FunctionRealRandomAccessible.RealFunctionRealRandomAccess extends RealPoint implements RealRandomAccess<T>
position
n
Constructor and Description |
---|
RealFunctionRealRandomAccess() |
Modifier and Type | Method and Description |
---|---|
FunctionRealRandomAccessible.RealFunctionRealRandomAccess |
copy() |
FunctionRealRandomAccessible.RealFunctionRealRandomAccess |
copyRealRandomAccess() |
T |
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 T get()
Sampler
Sampler
points at.public FunctionRealRandomAccessible.RealFunctionRealRandomAccess copy()
copy
in interface Sampler<T>
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 FunctionRealRandomAccessible.RealFunctionRealRandomAccess copyRealRandomAccess()
copyRealRandomAccess
in interface RealRandomAccess<T>
Copyright © 2015–2022 ImgLib2. All rights reserved.