Uses of Class
net.imglib2.img.cell.CellImg
-
Packages that use CellImg Package Description net.imglib2.img.cell -
-
Uses of CellImg in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return CellImg Modifier and Type Method Description CellImg<T,A>CellImg. copy()CellImg<T,?>CellImgFactory. create(int[] dimensions)CellImg<T,?>CellImgFactory. create(long... dimensions)CellImg<T,?>CellImgFactory. create(long[] dimensions, T type)Deprecated.private <A extends ArrayDataAccess<A>>
CellImg<T,A>CellImgFactory. create(long[] dimensions, T type, NativeTypeFactory<T,A> typeFactory)CellImg<T,?>CellImgFactory. create(Dimensions dimensions)
-