Uses of Class
net.imglib2.type.numeric.integer.Unsigned128BitType
Packages that use Unsigned128BitType
-
Uses of Unsigned128BitType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type Unsigned128BitTypeModifier and TypeMethodDescriptionstatic 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 Unsigned128BitTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<Unsigned128BitType, LongAccess> Unsigned128BitType.typeFactoryMethods 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 Unsigned128BitTypeMethods 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.pow(Unsigned128BitType t) voidUnsigned128BitType.sub(Unsigned128BitType t) Relies onBigInteger.subtract(BigInteger).booleanUnsigned128BitType.valueEquals(Unsigned128BitType t)