Package net.imglib2.type
-
Interface Summary Interface Description BasePairType<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.Type<T extends Type<T>> TheType
interface is responsible for accessing and manipulating (pixel) values. -
Class Summary Class Description AbstractBit64Type<T extends AbstractBit64Type<T>> AType
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>> TODO