Package | Description |
---|---|
net.imglib2.type | |
net.imglib2.type.logic | |
net.imglib2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanType<T extends BooleanType<T>>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
BitType
TODO
|
class |
BoolType
A
BooleanType wrapping a single primitive boolean variable. |
Modifier and Type | Method and Description |
---|---|
static <T extends BooleanType<T>> |
ImgUtil.copy(boolean[] src,
int offset,
int[] stride,
Img<T> dest) |
static <T extends BooleanType<T>> |
ImgUtil.copy(Img<T> src,
boolean[] dest,
int offset,
int[] stride) |
Copyright © 2009–2017 ImgLib2. All rights reserved.