Modifier and Type | Method and Description |
---|---|
abstract NativeImg<T,? extends LongAccess> |
NativeImgFactory.createLongInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static <A extends LongAccess> |
ArrayImgs.bits(A access,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.longs(A access,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsignedLongs(A access,
long... dim)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongArray<A extends AbstractLongArray<A>> |
class |
DirtyLongArray |
class |
LongArray |
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileLongAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileLongArray<A extends AbstractVolatileLongArray<A>> |
class |
DirtyVolatileLongArray
A
LongArray with an DirtyVolatileLongArray.isDirty() and an AbstractVolatileLongArray.isValid()
flag. |
class |
VolatileLongArray
A
LongArray with an AbstractVolatileLongArray.isValid() flag. |
Modifier and Type | Class and Description |
---|---|
class |
LongNtree
LongAccess based on a
Ntree . |
Modifier and Type | Field and Description |
---|---|
protected LongAccess |
AbstractBitType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends LongAccess> |
AbstractBitType.img |
Constructor and Description |
---|
AbstractBit64Type(LongAccess access,
int nBits) |
Constructor and Description |
---|
AbstractBit64Type(NativeImg<?,? extends LongAccess> bitStorage,
int nBits) |
AbstractBitType(NativeImg<?,? extends LongAccess> bitStorage,
int nBits) |
Modifier and Type | Method and Description |
---|---|
NativeImg<BasePairBitType,? extends LongAccess> |
BasePairBitType.createSuitableNativeImg(NativeImgFactory<BasePairBitType> storageFactory,
long[] dim) |
Constructor and Description |
---|
BasePairBitType(NativeImg<?,? extends LongAccess> bitStorage) |
Modifier and Type | Field and Description |
---|---|
protected LongAccess |
BitType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends LongAccess> |
BitType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<BitType,? extends LongAccess> |
BitType.createSuitableNativeImg(NativeImgFactory<BitType> storageFactory,
long[] dim) |
Constructor and Description |
---|
BitType(LongAccess access) |
Constructor and Description |
---|
BitType(NativeImg<?,? extends LongAccess> bitStorage) |
Modifier and Type | Field and Description |
---|---|
protected LongAccess |
GenericLongType.dataAccess |
protected LongAccess |
Unsigned128BitType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends LongAccess> |
GenericLongType.img |
protected NativeImg<?,? extends LongAccess> |
Unsigned128BitType.img |
Constructor and Description |
---|
GenericLongType(LongAccess access) |
LongType(LongAccess access) |
Unsigned128BitType(LongAccess access) |
Unsigned12BitType(LongAccess access) |
Unsigned2BitType(LongAccess access) |
Unsigned4BitType(LongAccess access) |
UnsignedLongType(LongAccess access) |
UnsignedVariableBitLengthType(LongAccess access,
int nBits) |
Constructor and Description |
---|
AbstractIntegerBitType(NativeImg<?,? extends LongAccess> bitStorage,
int nBits) |
GenericLongType(NativeImg<?,? extends LongAccess> longStorage) |
LongType(NativeImg<?,? extends LongAccess> longStorage) |
Unsigned128BitType(NativeImg<?,? extends LongAccess> bitStorage) |
Unsigned12BitType(NativeImg<?,? extends LongAccess> bitStorage) |
Unsigned2BitType(NativeImg<?,? extends LongAccess> bitStorage) |
Unsigned4BitType(NativeImg<?,? extends LongAccess> bitStorage) |
UnsignedLongType(NativeImg<?,? extends LongAccess> img) |
UnsignedVariableBitLengthType(NativeImg<?,? extends LongAccess> bitStorage,
int nBits) |
Copyright © 2009–2018 ImgLib2. All rights reserved.