Uses of Class
net.imglib2.type.AbstractNativeType
Packages that use AbstractNativeType
-
Uses of AbstractNativeType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type AbstractNativeType -
Uses of AbstractNativeType in net.imglib2.type.label
Subclasses of AbstractNativeType in net.imglib2.type.labelModifier and TypeClassDescriptionclass
Representation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration. -
Uses of AbstractNativeType in net.imglib2.type.numeric
Subclasses of AbstractNativeType in net.imglib2.type.numericModifier and TypeClassDescriptionclass
Anative
NumericType
that encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ.