Uses of Class
net.imglib2.type.numeric.integer.UnsignedVariableBitLengthType
-
Packages that use UnsignedVariableBitLengthType Package Description net.imglib2.type.numeric.integer -
-
Uses of UnsignedVariableBitLengthType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return UnsignedVariableBitLengthType Modifier and Type Method Description UnsignedVariableBitLengthType
UnsignedVariableBitLengthType. copy()
UnsignedVariableBitLengthType
UnsignedVariableBitLengthType. createVariable()
UnsignedVariableBitLengthType
UnsignedVariableBitLengthType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedVariableBitLengthType Modifier and Type Method Description NativeImg<UnsignedVariableBitLengthType,? extends LongAccess>
UnsignedVariableBitLengthType. createSuitableNativeImg(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedVariableBitLengthType Modifier and Type Method Description void
UnsignedVariableBitLengthType. add(UnsignedVariableBitLengthType t)
int
UnsignedVariableBitLengthType. compareTo(UnsignedVariableBitLengthType t)
void
UnsignedVariableBitLengthType. div(UnsignedVariableBitLengthType t)
void
UnsignedVariableBitLengthType. mul(UnsignedVariableBitLengthType t)
void
UnsignedVariableBitLengthType. set(UnsignedVariableBitLengthType c)
void
UnsignedVariableBitLengthType. sub(UnsignedVariableBitLengthType t)
boolean
UnsignedVariableBitLengthType. valueEquals(UnsignedVariableBitLengthType t)
Default test at long precision.Method parameters in net.imglib2.type.numeric.integer with type arguments of type UnsignedVariableBitLengthType Modifier and Type Method Description NativeImg<UnsignedVariableBitLengthType,? extends LongAccess>
UnsignedVariableBitLengthType. createSuitableNativeImg(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory, long[] dim)
-