Package | Description |
---|---|
net.imglib2.img.array | |
net.imglib2.type.numeric.integer |
Modifier and Type | Method and Description |
---|---|
static <A extends LongAccess> |
ArrayImgs.unsignedVariableBitLengths(A access,
int nbits,
long... dim)
Creates an
ArrayImg <UnsignedVariableBitLengthType , LongAccess >
using a LongAccess passed as argument. |
static ArrayImg<UnsignedVariableBitLengthType,LongArray> |
ArrayImgs.unsignedVariableBitLengths(int nbits,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
UnsignedVariableBitLengthType |
UnsignedVariableBitLengthType.copy() |
UnsignedVariableBitLengthType |
UnsignedVariableBitLengthType.createVariable() |
UnsignedVariableBitLengthType |
UnsignedVariableBitLengthType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<UnsignedVariableBitLengthType,LongAccess> |
UnsignedVariableBitLengthType.getNativeTypeFactory() |
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.pow(UnsignedVariableBitLengthType c) |
void |
UnsignedVariableBitLengthType.set(UnsignedVariableBitLengthType c) |
void |
UnsignedVariableBitLengthType.sub(UnsignedVariableBitLengthType t) |
boolean |
UnsignedVariableBitLengthType.valueEquals(UnsignedVariableBitLengthType t)
Default test at long precision.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.