Uses of Class
net.imglib2.type.numeric.integer.AbstractIntegerBitType
-
Packages that use AbstractIntegerBitType Package Description net.imglib2.type.numeric.integer -
-
Uses of AbstractIntegerBitType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer with type parameters of type AbstractIntegerBitType Modifier and Type Class Description class
AbstractIntegerBitType<T extends AbstractIntegerBitType<T>>
The performance of this type is traded off for the gain in memory storage.Subclasses of AbstractIntegerBitType in net.imglib2.type.numeric.integer Modifier and Type Class Description class
Unsigned12BitType
A 12-bitType
whose data is stored in aLongAccess
.class
Unsigned2BitType
AType
with a bit depth of 2.class
Unsigned4BitType
AType
with a bit depth of 4.
-