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 class
AbstractBit64Type<T extends AbstractBit64Type<T>>
AType
with 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 class
BasePairBitType
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 AbstractBit64Type in net.imglib2.type.numeric.integer
Subclasses of AbstractBit64Type in net.imglib2.type.numeric.integer Modifier and Type Class Description class
UnsignedVariableBitLengthType
AType
with arbitrary bit depth up to maximum 64 bits.
-