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, target
max, min
position
n
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, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrap
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize
numDimensions
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
numDimensions
public Volatile2DRandomAccessibleProjector(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A,B> converter)
public boolean isValid()
valid
.Copyright © 2009–2018 ImgLib2. All rights reserved.