Modifier and Type | Method and Description |
---|---|
abstract NativeImg<T,? extends IntAccess> |
NativeImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static <A extends IntAccess> |
ArrayImgs.argbs(A access,
long... dim)
|
static <A extends IntAccess> |
ArrayImgs.ints(A access,
long... dim)
|
static <A extends IntAccess> |
ArrayImgs.unsignedInts(A access,
long... dim)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntArray<A extends AbstractIntArray<A>> |
class |
DirtyIntArray |
class |
IntArray |
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileIntAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileIntArray<A extends AbstractVolatileIntArray<A>> |
class |
DirtyVolatileIntArray
|
class |
VolatileIntArray
A
IntArray with an AbstractVolatileIntArray.isValid() flag. |
Modifier and Type | Class and Description |
---|---|
class |
IntNtree
IntAccess based on a
Ntree . |
class |
NtreeIntAccess
IntAccess based on a
Ntree . |
Modifier and Type | Field and Description |
---|---|
protected IntAccess |
ARGBType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends IntAccess> |
ARGBType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<ARGBType,? extends IntAccess> |
ARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory,
long[] dim) |
Constructor and Description |
---|
ARGBType(IntAccess access) |
Constructor and Description |
---|
ARGBType(NativeImg<?,? extends IntAccess> intStorage) |
Modifier and Type | Field and Description |
---|---|
protected IntAccess |
GenericIntType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends IntAccess> |
GenericIntType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<IntType,? extends IntAccess> |
IntType.createSuitableNativeImg(NativeImgFactory<IntType> storageFactory,
long[] dim) |
NativeImg<UnsignedIntType,? extends IntAccess> |
UnsignedIntType.createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory,
long[] dim) |
Constructor and Description |
---|
GenericIntType(IntAccess access) |
IntType(IntAccess access) |
UnsignedIntType(IntAccess access) |
Constructor and Description |
---|
GenericIntType(NativeImg<?,? extends IntAccess> intStorage) |
IntType(NativeImg<?,? extends IntAccess> img) |
UnsignedIntType(NativeImg<?,? extends IntAccess> img) |
Copyright © 2009–2017 ImgLib2. All rights reserved.