Uses of Class
net.imglib2.type.AbstractBitType
Packages that use AbstractBitType
-
Uses of AbstractBitType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type AbstractBitTypeModifier and TypeClassDescriptionclass
AbstractBitType<T extends AbstractBitType<T>>
Provides basic infrastructure to implement Types based on single bits stored in a LongAccessSubclasses of AbstractBitType in net.imglib2.typeModifier and TypeClassDescriptionclass
AbstractBit64Type<T extends AbstractBit64Type<T>>
AType
with arbitrary bit depth up to maximum 64 bits. -
Uses of AbstractBitType in net.imglib2.type.label
Subclasses of AbstractBitType in net.imglib2.type.labelModifier and TypeClassDescriptionclass
Representation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration. -
Uses of AbstractBitType in net.imglib2.type.numeric.integer
Subclasses of AbstractBitType in net.imglib2.type.numeric.integerModifier and TypeClassDescriptionclass
AbstractIntegerBitType<T extends AbstractIntegerBitType<T>>
The performance of this type is traded off for the gain in memory storage.class
A 12-bitType
whose data is stored in aLongAccess
.class
AType
with a bit depth of 2.class
AType
with a bit depth of 4.class
AType
with arbitrary bit depth up to maximum 64 bits.