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 |
Modifier and Type | Method and Description |
---|---|
abstract <S> ImgFactory<S> |
ImgFactory.imgFactory(S type)
Creates the same
ImgFactory for a different generic parameter if
possible. |
<S> ImgFactory<S> |
ImgFactory.imgFactory(Supplier<S> typeSupplier)
Creates the same
ImgFactory for a different generic parameter if
possible. |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
ArrayImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
CellImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
ListImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
PlanarImgFactory.imgFactory(S type) |
Modifier and Type | Method and Description |
---|---|
<S> ImgFactory<S> |
NtreeImgFactory.imgFactory(S type) |
Copyright © 2009–2017 ImgLib2. All rights reserved.