Uses of Class
net.imglib2.type.numeric.integer.GenericByteType
-
Packages that use GenericByteType Package Description net.imglib2.display.projector.specialized net.imglib2.type.numeric.integer -
-
Uses of GenericByteType in net.imglib2.display.projector.specialized
Classes in net.imglib2.display.projector.specialized with type parameters of type GenericByteType Modifier and Type Class Description class
ArrayImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from an ByteType ArrayImg.class
PlanarImgXYByteProjector<A extends GenericByteType<A>>
Fast implementation of aAbstractProjector2D
that selects a 2D data plain from a ByteType PlanarImg. -
Uses of GenericByteType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer with type parameters of type GenericByteType Modifier and Type Class Description class
GenericByteType<T extends GenericByteType<T>>
TODOSubclasses of GenericByteType in net.imglib2.type.numeric.integer Modifier and Type Class Description class
ByteType
TODOclass
UnsignedByteType
TODO
-