Package | Description |
---|---|
net.imglib2.img.array | |
net.imglib2.img.planar | |
net.imglib2.type.logic |
Modifier and Type | Method and Description |
---|---|
static <A extends BooleanAccess> |
ArrayImgs.bits(A access,
long... dim)
Deprecated.
|
static <A extends BooleanAccess> |
ArrayImgs.booleans(A access,
long... dim)
|
static ArrayImg<NativeBoolType,BooleanArray> |
ArrayImgs.booleans(boolean[] array,
long... dim)
|
static ArrayImg<NativeBoolType,BooleanArray> |
ArrayImgs.booleans(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<NativeBoolType,BooleanArray> |
PlanarImgs.booleans(long... dim)
|
Modifier and Type | Method and Description |
---|---|
NativeBoolType |
NativeBoolType.copy() |
NativeBoolType |
NativeBoolType.createVariable() |
NativeBoolType |
NativeBoolType.duplicateTypeOnSameNativeImg() |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<NativeBoolType,BooleanAccess> |
NativeBoolType.getNativeTypeFactory() |
Modifier and Type | Method and Description |
---|---|
void |
NativeBoolType.add(NativeBoolType c) |
void |
NativeBoolType.and(NativeBoolType c) |
int |
NativeBoolType.compareTo(NativeBoolType c) |
void |
NativeBoolType.div(NativeBoolType c) |
void |
NativeBoolType.mul(NativeBoolType c) |
void |
NativeBoolType.or(NativeBoolType c) |
void |
NativeBoolType.set(NativeBoolType c) |
void |
NativeBoolType.sub(NativeBoolType c) |
boolean |
NativeBoolType.valueEquals(NativeBoolType t) |
void |
NativeBoolType.xor(NativeBoolType c) |
Copyright © 2015–2022 ImgLib2. All rights reserved.