public class FunctionCursorDouble<O extends RealType<O>> extends FunctionCursor<O,O>
cursor, f, inConverter, operation, outConverter, sampler, scrapC, scrapO
n
Constructor and Description |
---|
FunctionCursorDouble(IFunction operation,
O outputType,
Converter<RealType<?>,O> converter) |
Modifier and Type | Method and Description |
---|---|
AbstractCursor<O> |
copy() |
void |
fwd() |
copyCursor, get, getLongPosition, hasNext, localize, reset
getDoublePosition, getFloatPosition, getIntPosition, jumpFwd, localize, localize, localize, next, remove, toString
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
localize, positionAsLongArray, positionAsPoint
localize, positionAsDoubleArray, positionAsRealPoint
numDimensions
public void fwd()
public AbstractCursor<O> copy()
copy
in interface Sampler<O extends RealType<O>>
copy
in class FunctionCursor<O extends RealType<O>,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)Copyright © 2015–2022 ImgLib2. All rights reserved.