Uses of Class
net.imglib2.img.basictypeaccess.array.BooleanArray
-
Packages that use BooleanArray Package Description net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.planar -
-
Uses of BooleanArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type BooleanArray Modifier and Type Method Description static 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
Methods in net.imglib2.img.basictypeaccess.array that return BooleanArray Modifier and Type Method Description BooleanArrayBooleanArray. createArray(int numEntities) -
Uses of BooleanArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type BooleanArray Modifier and Type Method Description static PlanarImg<NativeBoolType,BooleanArray>PlanarImgs. booleans(long... dim)
-