Uses of Class
net.imglib2.type.AbstractNativeType
-
Packages that use AbstractNativeType Package Description net.imglib2.type net.imglib2.type.label net.imglib2.type.numeric net.imglib2.type.volatiles -
-
Uses of AbstractNativeType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type AbstractNativeType Modifier and Type Class Description classAbstractNativeType<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 classBasePairCharTypeRepresentation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration. -
Uses of AbstractNativeType in net.imglib2.type.numeric
Subclasses of AbstractNativeType in net.imglib2.type.numeric Modifier and Type Class Description classARGBTypeAnativeNumericTypethat 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. -
Uses of AbstractNativeType in net.imglib2.type.volatiles
Subclasses of AbstractNativeType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileARGBType.WrappedARGBType
-