public class Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B> extends IterableIntervalProjector2D<A,B>
IterableIntervalProjector2D for Volatile input. After each
map() call, the projector has a state that
signalizes whether all projected pixels were valid.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
valid |
converter, source, targetmax, minpositionn| Constructor and Description |
|---|
Volatile2DRandomAccessibleProjector(int dimX,
int dimY,
RandomAccessible<A> source,
RandomAccessibleInterval<B> target,
Converter<? super A,B> converter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid() |
void |
map()
projects data from the source to the target and applies the former
specified
Converter e.g. |
bck, equals, fwd, hashCode, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrapgetDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localizenumDimensionsclone, finalize, getClass, notify, notifyAll, wait, wait, waitnumDimensionslocalize, positionAsLongArray, positionAsPointlocalize, positionAsDoubleArray, positionAsRealPointpublic Volatile2DRandomAccessibleProjector(int dimX,
int dimY,
RandomAccessible<A> source,
RandomAccessibleInterval<B> target,
Converter<? super A,B> converter)
public boolean isValid()
valid.Copyright © 2015–2022 ImgLib2. All rights reserved.