public class FunctionRandomAccessDouble<O extends RealType<O>> extends Point implements RandomAccess<O>
position
n
Constructor and Description |
---|
FunctionRandomAccessDouble(IFunction operation,
O outputType,
Converter<RealType<?>,O> converter) |
Modifier and Type | Method and Description |
---|---|
Sampler<O> |
copy() |
RandomAccess<O> |
copyRandomAccess() |
O |
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, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrap
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize
numDimensions
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setPositionAndGet, setPositionAndGet, setPositionAndGet
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, positionAsLongArray, positionAsPoint
localize, localize, localize, positionAsDoubleArray, positionAsRealPoint
numDimensions
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition
public Sampler<O> copy()
copy
in interface Sampler<O extends RealType<O>>
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 O get()
Sampler
Sampler
points at.public RandomAccess<O> copyRandomAccess()
copyRandomAccess
in interface RandomAccess<O extends RealType<O>>
Copyright © 2015–2022 ImgLib2. All rights reserved.