Uses of Class
net.imglib2.AbstractWrappedInterval
-
Packages that use AbstractWrappedInterval Package Description net.imglib2.converter net.imglib2.converter.read net.imglib2.converter.readwrite net.imglib2.img net.imglib2.view -
-
Uses of AbstractWrappedInterval in net.imglib2.converter
Subclasses of AbstractWrappedInterval in net.imglib2.converter Modifier and Type Class Description class
AbstractConvertedIterableInterval<A,B>
TODOclass
AbstractConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOclass
AbstractConvertedRandomAccessibleInterval<A,B>
-
Uses of AbstractWrappedInterval in net.imglib2.converter.read
Subclasses of AbstractWrappedInterval in net.imglib2.converter.read Modifier and Type Class Description class
ConvertedIterableInterval<A,B extends Type<B>>
TODOclass
ConvertedRandomAccessibleInterval<A,B extends Type<B>>
TODO -
Uses of AbstractWrappedInterval in net.imglib2.converter.readwrite
Subclasses of AbstractWrappedInterval in net.imglib2.converter.readwrite Modifier and Type Class Description class
WriteConvertedIterableInterval<A,B>
TODOclass
WriteConvertedIterableRandomAccessibleInterval<A,B,S extends RandomAccessible<A> & IterableInterval<A>>
TODOclass
WriteConvertedRandomAccessibleInterval<A,B>
TODO -
Uses of AbstractWrappedInterval in net.imglib2.img
Subclasses of AbstractWrappedInterval in net.imglib2.img Modifier and Type Class Description class
ImgView<T extends Type<T>>
Allows aRandomAccessibleInterval
to be treated as anImg
. -
Uses of AbstractWrappedInterval in net.imglib2.view
Subclasses of AbstractWrappedInterval in net.imglib2.view Modifier and Type Class Description class
IterableRandomAccessibleInterval<T>
GeneratesCursors
that iterate aRandomAccessibleInterval
in flat order, that is: row by row, plane by plane, cube by cube, ...
-