Uses of Class
net.imglib2.exception.IncompatibleTypeException
-
Packages that use IncompatibleTypeException Package Description net.imglib2.img net.imglib2.img.array net.imglib2.img.cell net.imglib2.img.list net.imglib2.img.planar net.imglib2.img.sparse -
-
Uses of IncompatibleTypeException in net.imglib2.img
Methods in net.imglib2.img that throw IncompatibleTypeException Modifier and Type Method Description <S> ImgFactory<S>ImgFactory. imgFactory(java.util.function.Supplier<S> typeSupplier)Creates the sameImgFactoryfor a different generic parameter if possible.abstract <S> ImgFactory<S>ImgFactory. imgFactory(S type)Creates the sameImgFactoryfor a different generic parameter if possible. -
Uses of IncompatibleTypeException in net.imglib2.img.array
Methods in net.imglib2.img.array that throw IncompatibleTypeException Modifier and Type Method Description <S> ImgFactory<S>ArrayImgFactory. imgFactory(S type) -
Uses of IncompatibleTypeException in net.imglib2.img.cell
Methods in net.imglib2.img.cell that throw IncompatibleTypeException Modifier and Type Method Description <S> ImgFactory<S>CellImgFactory. imgFactory(S type) -
Uses of IncompatibleTypeException in net.imglib2.img.list
Methods in net.imglib2.img.list that throw IncompatibleTypeException Modifier and Type Method Description <S> ImgFactory<S>ListImgFactory. imgFactory(S type) -
Uses of IncompatibleTypeException in net.imglib2.img.planar
Methods in net.imglib2.img.planar that throw IncompatibleTypeException Modifier and Type Method Description <S> ImgFactory<S>PlanarImgFactory. imgFactory(S type) -
Uses of IncompatibleTypeException in net.imglib2.img.sparse
Methods in net.imglib2.img.sparse that throw IncompatibleTypeException Modifier and Type Method Description <S> ImgFactory<S>NtreeImgFactory. imgFactory(S type)
-