| Interface | Description |
|---|---|
| BasePairType<T extends BasePairType<T>> |
TODO
|
| BooleanType<T extends BooleanType<T>> |
TODO
|
| NativeType<T extends NativeType<T>> |
A
NativeType is a Type that that provides access to data
stored in Java primitive arrays. |
| Type<T extends Type<T>> |
The
Type interface is responsible for accessing and manipulating
(pixel) values. |
| Class | Description |
|---|---|
| AbstractBit64Type<T extends AbstractBit64Type<T>> |
A
Type with arbitrary bit depth up to maximum 64 bits. |
| AbstractBitType<T extends AbstractBitType<T>> |
Provides basic infrastructure to implement Types based on single bits stored in a LongAccess
|
| AbstractNativeType<T extends AbstractNativeType<T>> |
TODO
|
Copyright © 2009–2017 ImgLib2. All rights reserved.