Uses of Class
net.imglib2.img.basictypeaccess.array.CharArray
-
Packages that use CharArray Package Description net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.cell net.imglib2.img.planar -
-
Uses of CharArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type CharArray Modifier and Type Method Description ArrayImg<T,CharArray>
ArrayImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of CharArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return CharArray Modifier and Type Method Description CharArray
CharArray. createArray(int numEntities)
-
Uses of CharArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type CharArray Modifier and Type Method Description CellImg<T,CharArray>
CellImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of CharArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type CharArray Modifier and Type Method Description NativeImg<T,CharArray>
PlanarImgFactory. createCharInstance(long[] dimensions, Fraction entitiesPerPixel)
-