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, target
Fields inherited from class net.imglib2.display.projector.AbstractProjector2D
max, min
Fields inherited from class net.imglib2.AbstractLocalizable
position
Fields 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, wrap
Methods inherited from class net.imglib2.AbstractLocalizable
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize
Methods inherited from class net.imglib2.AbstractEuclideanSpace
numDimensions
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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