Modifier and Type | Class and Description |
---|---|
static class |
ShortLongAccessTypeShortTypeConverter.ConvertedAccess |
static class |
UnsignedShortLongAccessTypeUnsignedShortTypeConverter.ConvertedAccess |
Modifier and Type | Method and Description |
---|---|
static <A extends ShortAccess> |
ArrayImgs.shorts(A access,
long... dim)
|
static <A extends ShortAccess> |
ArrayImgs.unsignedShorts(A access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static void |
Accesses.copy(ShortAccess src,
int srcPos,
ShortAccess 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 |
AbstractShortArray<A extends AbstractShortArray<A>> |
class |
DirtyShortArray |
class |
ShortArray |
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileShortAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileShortArray<A extends AbstractVolatileShortArray<A>> |
class |
DirtyVolatileShortArray
A
ShortArray with an DirtyVolatileShortArray.isDirty() and an AbstractVolatileShortArray.isValid()
flag. |
class |
VolatileShortArray
A
ShortArray with an AbstractVolatileShortArray.isValid() flag. |
Modifier and Type | Interface and Description |
---|---|
interface |
ShortLongAccess
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ShortUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningShortUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedShortLongAccess<A extends ShortAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedShortLongAccess<A extends ShortAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
ShortAccessProxy<T extends GenericShortType<T>>
Proxy access over any
GenericShortType container. |
Modifier and Type | Class and Description |
---|---|
class |
ShortNtree |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends ShortAccess> |
NativeTypeFactory.SHORT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Field and Description |
---|---|
protected ShortAccess |
GenericShortType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends ShortAccess> |
GenericShortType.img |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<UnsignedShortType,ShortAccess> |
UnsignedShortType.getNativeTypeFactory() |
NativeTypeFactory<ShortType,ShortAccess> |
ShortType.getNativeTypeFactory() |
abstract NativeTypeFactory<T,ShortAccess> |
GenericShortType.getNativeTypeFactory() |
Constructor and Description |
---|
GenericShortType(ShortAccess access) |
ShortType(ShortAccess access) |
UnsignedShortType(ShortAccess access) |
Constructor and Description |
---|
GenericShortType(NativeImg<?,? extends ShortAccess> shortStorage) |
ShortType(NativeImg<?,? extends ShortAccess> img) |
UnsignedShortType(NativeImg<?,? extends ShortAccess> img) |
Copyright © 2015–2022 ImgLib2. All rights reserved.