Uses of Class
net.imglib2.type.AbstractBit64Type
-
Packages that use AbstractBit64Type Package Description net.imglib2.type net.imglib2.type.label net.imglib2.type.numeric.integer -
-
Uses of AbstractBit64Type in net.imglib2.type
Classes in net.imglib2.type with type parameters of type AbstractBit64Type Modifier and Type Class Description classAbstractBit64Type<T extends AbstractBit64Type<T>>ATypewith arbitrary bit depth up to maximum 64 bits. -
Uses of AbstractBit64Type in net.imglib2.type.label
Subclasses of AbstractBit64Type 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 AbstractBit64Type in net.imglib2.type.numeric.integer
Subclasses of AbstractBit64Type in net.imglib2.type.numeric.integer Modifier and Type Class Description classUnsignedVariableBitLengthTypeATypewith arbitrary bit depth up to maximum 64 bits.
-