Class Volatile2DRandomAccessibleProjector<T,A extends Volatile<T>,B>
java.lang.Object
net.imglib2.AbstractEuclideanSpace
net.imglib2.AbstractLocalizable
net.imglib2.Point
net.imglib2.display.projector.AbstractProjector2D
net.imglib2.display.projector.IterableIntervalProjector2D<A,B>
net.imglib2.display.projector.volatiles.Volatile2DRandomAccessibleProjector<T,A,B>
- All Implemented Interfaces:
Projector,EuclideanSpace,Localizable,Positionable,RealLocalizable
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.- Author:
- Stephan Saalfeld
-
Field Summary
FieldsFields inherited from class net.imglib2.display.projector.IterableIntervalProjector2D
converter, source, targetFields inherited from class net.imglib2.display.projector.AbstractProjector2D
max, minFields inherited from class net.imglib2.AbstractLocalizable
positionFields inherited from class net.imglib2.AbstractEuclideanSpace
n -
Constructor Summary
ConstructorsConstructorDescriptionVolatile2DRandomAccessibleProjector(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A, B> converter) -
Method Summary
Methods inherited from class net.imglib2.Point
bck, equals, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrapMethods inherited from class net.imglib2.AbstractLocalizable
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localizeMethods inherited from class net.imglib2.AbstractEuclideanSpace
numDimensionsMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.imglib2.EuclideanSpace
numDimensions
-
Field Details
-
valid
protected boolean valid
-
-
Constructor Details
-
Volatile2DRandomAccessibleProjector
public Volatile2DRandomAccessibleProjector(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A, B> converter)
-
-
Method Details