Package | Description |
---|---|
mpicbg.imglib.type.numeric.integer | |
mpicbg.imglib.wrapper |
Modifier and Type | Method and Description |
---|---|
UnsignedIntType |
UnsignedIntType.copy() |
UnsignedIntType[] |
UnsignedIntType.createArray1D(int size1) |
UnsignedIntType[][] |
UnsignedIntType.createArray2D(int size1,
int size2) |
UnsignedIntType[][][] |
UnsignedIntType.createArray3D(int size1,
int size2,
int size3) |
UnsignedIntType |
UnsignedIntType.createVariable() |
UnsignedIntType |
UnsignedIntType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<UnsignedIntType,? extends IntAccess> |
UnsignedIntType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
int |
UnsignedIntType.compareTo(UnsignedIntType c) |
void |
UnsignedIntType.div(UnsignedIntType c) |
Constructor and Description |
---|
UnsignedIntType(DirectAccessContainer<UnsignedIntType,? extends IntAccess> intStorage) |
Modifier and Type | Method and Description |
---|---|
static Image<UnsignedIntType> |
ImgLib2.wrapArrayUnsignedIntToImgLib1(Img<UnsignedIntType> img)
|
static Image<UnsignedIntType> |
ImgLib2.wrapCellUnsignedIntToImgLib1(Img<UnsignedIntType> img)
|
static Image<UnsignedIntType> |
ImgLib2.wrapUnsignedIntToImgLib1(Img<UnsignedIntType> img)
|
Modifier and Type | Method and Description |
---|---|
static Img<UnsignedIntType> |
ImgLib1.wrapArrayUnsignedIntToImgLib2(Image<UnsignedIntType> image)
|
static Img<UnsignedIntType> |
ImgLib1.wrapCellUnsignedIntToImgLib2(Image<UnsignedIntType> image)
|
static Img<UnsignedIntType> |
ImgLib1.wrapUnsignedIntToImgLib2(Image<UnsignedIntType> image)
|
Copyright © 2015–2021 Fiji. All rights reserved.