Uses of Class
net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
Packages that use UnsignedVariableBitLengthType
-
Uses of UnsignedVariableBitLengthType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedVariableBitLengthTypeModifier and TypeMethodDescriptionArrayImgs.unsignedVariableBitLengths(int nbits, long... dim) static <A extends LongAccess>
ArrayImg<UnsignedVariableBitLengthType, A> ArrayImgs.unsignedVariableBitLengths(A access, int nbits, long... dim) Creates anArrayImg<UnsignedVariableBitLengthType,LongAccess> using aLongAccesspassed as argument. -
Uses of UnsignedVariableBitLengthType in net.imglib2.type.numeric.integer
Subclasses with type arguments of type UnsignedVariableBitLengthType in net.imglib2.type.numeric.integerClasses in net.imglib2.type.numeric.integer that implement interfaces with type arguments of type UnsignedVariableBitLengthTypeFields in net.imglib2.type.numeric.integer with type parameters of type UnsignedVariableBitLengthTypeModifier and TypeFieldDescriptionprivate final NativeTypeFactory<UnsignedVariableBitLengthType, LongAccess> UnsignedVariableBitLengthType.typeFactoryMethods in net.imglib2.type.numeric.integer that return UnsignedVariableBitLengthTypeModifier and TypeMethodDescriptionUnsignedVariableBitLengthType.copy()UnsignedVariableBitLengthType.createVariable()UnsignedVariableBitLengthType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedVariableBitLengthTypeMethods in net.imglib2.type.numeric.integer with parameters of type UnsignedVariableBitLengthTypeModifier and TypeMethodDescriptionvoidUnsignedVariableBitLengthType.add(UnsignedVariableBitLengthType t) intUnsignedVariableBitLengthType.compareTo(UnsignedVariableBitLengthType t) voidUnsignedVariableBitLengthType.div(UnsignedVariableBitLengthType t) voidUnsignedVariableBitLengthType.mul(UnsignedVariableBitLengthType t) voidUnsignedVariableBitLengthType.pow(UnsignedVariableBitLengthType c) voidUnsignedVariableBitLengthType.set(UnsignedVariableBitLengthType c) voidUnsignedVariableBitLengthType.sub(UnsignedVariableBitLengthType t) booleanUnsignedVariableBitLengthType.valueEquals(UnsignedVariableBitLengthType t) Default test at long precision.