Package | Description |
---|---|
net.imglib2.type | |
net.imglib2.type.label | |
net.imglib2.type.numeric.integer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBitType<T extends AbstractBitType<T>>
Provides basic infrastructure to implement Types based on single bits stored
in a LongAccess
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBit64Type<T extends AbstractBit64Type<T>>
A
Type with arbitrary bit depth up to maximum 64 bits. |
Modifier and Type | Class and 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 the
BasePairBitType.Base enumeration. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntegerBitType<T extends AbstractIntegerBitType<T>>
The performance of this type is traded off for the gain in memory storage.
|
class |
Unsigned12BitType
A 12-bit
Type whose data is stored in a LongAccess . |
class |
Unsigned2BitType
A
Type with a bit depth of 2. |
class |
Unsigned4BitType
A
Type with a bit depth of 4. |
class |
UnsignedVariableBitLengthType
A
Type with arbitrary bit depth up to maximum 64 bits. |
Copyright © 2015–2022 ImgLib2. All rights reserved.