Package net.imglib2.type
package net.imglib2.type
-
ClassDescriptionAbstractBit64Type<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 LongAccessAbstractNativeType<T extends AbstractNativeType<T>>TODOBasePairType<T extends BasePairType<T>>TODOBooleanType<T extends BooleanType<T>>TODONativeType<T extends NativeType<T>>ANativeType
is aType
that that provides access to data stored in Java primitive arrays.TheType
interface is responsible for accessing and manipulating (pixel) values.