Package | Description |
---|---|
net.imglib2.img.array | |
net.imglib2.img.planar | |
net.imglib2.type.logic |
Modifier and Type | Method and Description |
---|---|
static <A extends LongAccess> |
ArrayImgs.bits(A access,
long... dim)
|
static ArrayImg<BitType,LongArray> |
ArrayImgs.bits(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<BitType,LongArray> |
PlanarImgs.bits(long... dim)
|
Modifier and Type | Method and Description |
---|---|
BitType |
BitType.copy() |
BitType |
BitType.createVariable() |
BitType |
BitType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeImg<BitType,? extends LongAccess> |
BitType.createSuitableNativeImg(NativeImgFactory<BitType> storageFactory,
long[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
BitType.add(BitType c) |
void |
BitType.and(BitType c) |
int |
BitType.compareTo(BitType c) |
void |
BitType.div(BitType c) |
void |
BitType.mul(BitType c) |
void |
BitType.or(BitType c) |
void |
BitType.set(BitType c) |
void |
BitType.sub(BitType c) |
boolean |
BitType.valueEquals(BitType t) |
void |
BitType.xor(BitType c) |
Modifier and Type | Method and Description |
---|---|
NativeImg<BitType,? extends LongAccess> |
BitType.createSuitableNativeImg(NativeImgFactory<BitType> storageFactory,
long[] dim) |
Copyright © 2009–2017 ImgLib2. All rights reserved.