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