Interface | Description |
---|---|
BasePairType<T extends BasePairType<T>> |
TODO
|
BooleanType<T extends BooleanType<T>> |
TODO
|
NativeLongAccessType<T extends NativeLongAccessType<T>> |
A
NativeLongAccessType is a Type that that provides access to
data stored in Java primitive arrays. |
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
|
AbstractNativeLongAccessType<T extends AbstractNativeLongAccessType<T>> | |
AbstractNativeType<T extends AbstractNativeType<T>> |
TODO
|
Index | |
NativeLongAccessTypeFactory<T extends NativeLongAccessType<T>,A> | |
NativeTypeFactory<T extends NativeType<T>,A> |
Enum | Description |
---|---|
PrimitiveType |
Enumeration of Java primitive types which can back
NativeType s. |
Copyright © 2015–2022 ImgLib2. All rights reserved.