Uses of Class
net.imglib2.type.numeric.integer.Unsigned128BitType
Packages that use Unsigned128BitType
-
Uses of Unsigned128BitType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return Unsigned128BitTypeModifier and TypeMethodDescriptionUnsigned128BitType.copy()Unsigned128BitType.createVariable()Unsigned128BitType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type Unsigned128BitTypeModifier and TypeMethodDescriptionNativeImg<Unsigned128BitType, ? extends LongAccess> Unsigned128BitType.createSuitableNativeImg(NativeImgFactory<Unsigned128BitType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.integer with parameters of type Unsigned128BitTypeModifier and TypeMethodDescriptionvoidUnsigned128BitType.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.sub(Unsigned128BitType t) Relies onBigInteger.subtract(BigInteger).booleanUnsigned128BitType.valueEquals(Unsigned128BitType t) Method parameters in net.imglib2.type.numeric.integer with type arguments of type Unsigned128BitTypeModifier and TypeMethodDescriptionNativeImg<Unsigned128BitType, ? extends LongAccess> Unsigned128BitType.createSuitableNativeImg(NativeImgFactory<Unsigned128BitType> storageFactory, long[] dim)