Uses of Class
net.imglib2.type.AbstractBitType
-
Packages that use AbstractBitType Package Description net.imglib2.type net.imglib2.type.label net.imglib2.type.numeric.integer -
-
Uses of AbstractBitType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type AbstractBitType Modifier and Type Class Description classAbstractBitType<T extends AbstractBitType<T>>Provides basic infrastructure to implement Types based on single bits stored in a LongAccessSubclasses of AbstractBitType in net.imglib2.type Modifier and Type Class Description classAbstractBit64Type<T extends AbstractBit64Type<T>>ATypewith arbitrary bit depth up to maximum 64 bits. -
Uses of AbstractBitType in net.imglib2.type.label
Subclasses of AbstractBitType in net.imglib2.type.label Modifier and Type Class Description classBasePairBitTypeRepresentation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration. -
Uses of AbstractBitType in net.imglib2.type.numeric.integer
Subclasses of AbstractBitType in net.imglib2.type.numeric.integer Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classUnsigned12BitTypeA 12-bitTypewhose data is stored in aLongAccess.classUnsigned2BitTypeATypewith a bit depth of 2.classUnsigned4BitTypeATypewith a bit depth of 4.classUnsignedVariableBitLengthTypeATypewith arbitrary bit depth up to maximum 64 bits.
-