Uses of Class
net.imglib2.type.numeric.integer.Unsigned12BitType
-
Packages that use Unsigned12BitType Package Description net.imglib2.img.array net.imglib2.type.numeric.integer -
-
Uses of Unsigned12BitType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type Unsigned12BitType Modifier and Type Method Description static ArrayImg<Unsigned12BitType,LongArray>ArrayImgs. unsigned12Bits(long... dim)static <A extends LongAccess>
ArrayImg<Unsigned12BitType,A>ArrayImgs. unsigned12Bits(A access, long... dim) -
Uses of Unsigned12BitType in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer with type parameters of type Unsigned12BitType Modifier and Type Field Description private static NativeTypeFactory<Unsigned12BitType,LongAccess>Unsigned12BitType. typeFactoryMethods in net.imglib2.type.numeric.integer that return Unsigned12BitType Modifier and Type Method Description Unsigned12BitTypeUnsigned12BitType. copy()Unsigned12BitTypeUnsigned12BitType. createVariable()Unsigned12BitTypeUnsigned12BitType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type Unsigned12BitType Modifier and Type Method Description NativeTypeFactory<Unsigned12BitType,LongAccess>Unsigned12BitType. getNativeTypeFactory()
-