Modifier and Type | Class and Description |
---|---|
static class |
ARGBLongAccessTypeARGBTypeConverter.ConvertedAccess |
static class |
IntLongAccessTypeIntTypeConverter.ConvertedAccess |
static class |
UnsignedIntLongAccessTypeUnsignedIntTypeConverter.ConvertedAccess |
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 | Method and Description |
---|---|
static void |
Accesses.copy(IntAccess src,
int srcPos,
IntAccess dest,
int destPos,
int length)
Following
System.arraycopy(java.lang.Object, int, java.lang.Object, int, int) , copies length elements from
the specified source access, beginning at the specified position
srcPos , to the specified position of the destination array
destPos . |
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 | Interface and Description |
---|---|
interface |
IntLongAccess
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
IntUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningIntUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedIntLongAccess<A extends IntAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedIntLongAccess<A extends IntAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
IntAccessProxy<T extends GenericIntType<T>>
Proxy access over any
GenericIntType container. |
Modifier and Type | Class and Description |
---|---|
class |
IntNtree
IntAccess based on a
Ntree . |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends IntAccess> |
NativeTypeFactory.INT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
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 |
---|---|
NativeTypeFactory<ARGBType,IntAccess> |
ARGBType.getNativeTypeFactory() |
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 |
---|---|
NativeTypeFactory<UnsignedIntType,IntAccess> |
UnsignedIntType.getNativeTypeFactory() |
NativeTypeFactory<IntType,IntAccess> |
IntType.getNativeTypeFactory() |
abstract NativeTypeFactory<T,IntAccess> |
GenericIntType.getNativeTypeFactory() |
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 © 2015–2022 ImgLib2. All rights reserved.