Uses of Class
net.imglib2.type.numeric.integer.Unsigned128BitType
-
Packages that use Unsigned128BitType Package Description net.imglib2.img.array net.imglib2.type.numeric.integer -
-
Uses of Unsigned128BitType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type Unsigned128BitType Modifier and Type Method Description static ArrayImg<Unsigned128BitType,LongArray>ArrayImgs. unsigned128Bits(long... dim)static <A extends LongAccess>
ArrayImg<Unsigned128BitType,A>ArrayImgs. unsigned128Bits(A access, long... dim) -
Uses of Unsigned128BitType in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer with type parameters of type Unsigned128BitType Modifier and Type Field Description private static NativeTypeFactory<Unsigned128BitType,LongAccess>Unsigned128BitType. typeFactoryMethods in net.imglib2.type.numeric.integer that return Unsigned128BitType Modifier and Type Method Description Unsigned128BitTypeUnsigned128BitType. copy()Unsigned128BitTypeUnsigned128BitType. createVariable()Unsigned128BitTypeUnsigned128BitType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type Unsigned128BitType Modifier and Type Method Description NativeTypeFactory<Unsigned128BitType,LongAccess>Unsigned128BitType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.integer with parameters of type Unsigned128BitType Modifier and Type Method Description voidUnsigned128BitType. add(Unsigned128BitType t)Relies onBigInteger.add(BigInteger).intUnsigned128BitType. compareTo(Unsigned128BitType t)voidUnsigned128BitType. div(Unsigned128BitType t)Relies onBigInteger.divide(BigInteger).voidUnsigned128BitType. mul(Unsigned128BitType t)Relies onBigInteger.multiply(BigInteger).voidUnsigned128BitType. pow(Unsigned128BitType t)voidUnsigned128BitType. sub(Unsigned128BitType t)Relies onBigInteger.subtract(BigInteger).booleanUnsigned128BitType. valueEquals(Unsigned128BitType t)
-