Uses of Class
net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
-
Packages that use UnsignedVariableBitLengthType Package Description net.imglib2.img.array net.imglib2.type.numeric.integer -
-
Uses of UnsignedVariableBitLengthType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedVariableBitLengthType Modifier and Type Method Description static ArrayImg<UnsignedVariableBitLengthType,LongArray>ArrayImgs. 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
Fields in net.imglib2.type.numeric.integer with type parameters of type UnsignedVariableBitLengthType Modifier and Type Field Description private NativeTypeFactory<UnsignedVariableBitLengthType,LongAccess>UnsignedVariableBitLengthType. typeFactoryMethods in net.imglib2.type.numeric.integer that return UnsignedVariableBitLengthType Modifier and Type Method Description UnsignedVariableBitLengthTypeUnsignedVariableBitLengthType. copy()UnsignedVariableBitLengthTypeUnsignedVariableBitLengthType. createVariable()UnsignedVariableBitLengthTypeUnsignedVariableBitLengthType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedVariableBitLengthType Modifier and Type Method Description NativeTypeFactory<UnsignedVariableBitLengthType,LongAccess>UnsignedVariableBitLengthType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedVariableBitLengthType Modifier and Type Method Description voidUnsignedVariableBitLengthType. 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.
-