Uses of Interface
net.imglib2.type.BooleanType
-
Packages that use BooleanType Package Description net.imglib2.type net.imglib2.type.logic net.imglib2.util -
-
Uses of BooleanType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type BooleanType Modifier and Type Interface Description interface
BooleanType<T extends BooleanType<T>>
TODO -
Uses of BooleanType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement BooleanType Modifier and Type Class Description class
BitType
TODOclass
BoolType
ABooleanType
wrapping a single primitiveboolean
variable. -
Uses of BooleanType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type BooleanType Modifier and Type Method Description static <T extends BooleanType<T>>
voidImgUtil. copy(boolean[] src, int offset, int[] stride, Img<T> dest)
static <T extends BooleanType<T>>
voidImgUtil. copy(Img<T> src, boolean[] dest, int offset, int[] stride)
-