Modifier and Type | Method and Description |
---|---|
abstract NativeImg<T,? extends ShortAccess> |
NativeImgFactory.createShortInstance(long[] dimensions,
Fraction entitiesPerPixel) |
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 | 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 | Class and Description |
---|---|
class |
ShortNtree |
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 |
---|---|
NativeImg<ShortType,? extends ShortAccess> |
ShortType.createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory,
long[] dim) |
NativeImg<UnsignedShortType,? extends ShortAccess> |
UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory,
long[] dim) |
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 © 2009–2018 ImgLib2. All rights reserved.