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)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBooleanArray<A extends AbstractBooleanArray<A>> |
class |
BooleanArray |
class |
DirtyBooleanArray |
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileBooleanAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileBooleanArray<A extends AbstractVolatileBooleanArray<A>> |
class |
DirtyVolatileBooleanArray
A
BooleanArray with an DirtyVolatileBooleanArray.isDirty() and an AbstractVolatileBooleanArray.isValid()
flag. |
class |
VolatileBooleanArray
A
BooleanArray with an AbstractVolatileBooleanArray.isValid() flag. |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends BooleanAccess> |
NativeTypeFactory.BOOLEAN(Function<NativeImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Field and Description |
---|---|
protected BooleanAccess |
NativeBoolType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends BooleanAccess> |
NativeBoolType.img |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<NativeBoolType,BooleanAccess> |
NativeBoolType.getNativeTypeFactory() |
Constructor and Description |
---|
NativeBoolType(BooleanAccess access) |
Constructor and Description |
---|
NativeBoolType(NativeImg<?,? extends BooleanAccess> boolStorage) |
Copyright © 2015–2022 ImgLib2. All rights reserved.