Uses of Class
net.imglib2.type.AbstractNativeType
-
Packages that use AbstractNativeType Package Description net.imglib2.type net.imglib2.type.label net.imglib2.type.numeric -
-
Uses of AbstractNativeType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type AbstractNativeType Modifier and Type Class Description class
AbstractNativeType<T extends AbstractNativeType<T>>
TODO -
Uses of AbstractNativeType in net.imglib2.type.label
Subclasses of AbstractNativeType in net.imglib2.type.label Modifier and Type Class Description class
BasePairCharType
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.numeric Modifier and Type Class Description class
ARGBType
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.
-