Package | Description |
---|---|
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
UnsignedVariableBitLengthType |
UnsignedVariableBitLengthType.copy() |
UnsignedVariableBitLengthType |
UnsignedVariableBitLengthType.createVariable() |
UnsignedVariableBitLengthType |
UnsignedVariableBitLengthType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedVariableBitLengthType,? extends LongAccess> |
UnsignedVariableBitLengthType.createSuitableNativeImg(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory,
long[] dim) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
NativeImg<UnsignedVariableBitLengthType,? extends LongAccess> |
UnsignedVariableBitLengthType.createSuitableNativeImg(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.