| Class | Description |
|---|---|
| AbstractIntegerBitType<T extends AbstractIntegerBitType<T>> |
The performance of this type is traded off for the gain in memory storage.
|
| AbstractIntegerType<T extends AbstractIntegerType<T>> |
TODO
|
| ByteType |
TODO
|
| GenericByteType<T extends GenericByteType<T>> |
TODO
|
| GenericIntType<T extends GenericIntType<T>> |
TODO
|
| GenericLongType<T extends GenericLongType<T>> |
Abstract superclass for Long types.
|
| GenericShortType<T extends GenericShortType<T>> |
Abstract base class for
native IntegerTypes that
encode their value into a 16bit short. |
| IntType |
TODO
|
| LongType |
TODO
|
| ShortType |
TODO
|
| Unsigned128BitType |
A
Type with a bit depth of 128. |
| Unsigned12BitType |
A 12-bit
Type whose data is stored in a LongAccess. |
| Unsigned2BitType |
A
Type with a bit depth of 2. |
| Unsigned4BitType |
A
Type with a bit depth of 4. |
| UnsignedByteType |
TODO
|
| UnsignedIntType |
TODO
|
| UnsignedLongType |
TODO
|
| UnsignedShortType |
TODO
|
| UnsignedVariableBitLengthType |
A
Type with arbitrary bit depth up to maximum 64 bits. |
Copyright © 2009–2017 ImgLib2. All rights reserved.