Uses of Class
net.imglib2.img.basictypeaccess.array.BooleanArray
Packages that use BooleanArray
Package
Description
-
Uses of BooleanArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type BooleanArrayModifier and TypeMethodDescriptionstatic ArrayImg<NativeBoolType, BooleanArray> ArrayImgs.booleans(boolean[] array, long... dim) static ArrayImg<NativeBoolType, BooleanArray> ArrayImgs.booleans(long... dim) -
Uses of BooleanArray in net.imglib2.img.basictypeaccess.array
Subclasses with type arguments of type BooleanArray in net.imglib2.img.basictypeaccess.arrayMethods in net.imglib2.img.basictypeaccess.array that return BooleanArray -
Uses of BooleanArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type BooleanArrayModifier and TypeMethodDescriptionstatic final PlanarImg<NativeBoolType, BooleanArray> PlanarImgs.booleans(long... dim)