Modifier and Type | Class and Description |
---|---|
static class |
LongLongAccessTypeLongTypeConverter.ConvertedAccess |
static class |
UnsignedLongLongAccessTypeUnsignedLongTypeConverter.ConvertedAccess |
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.unsigned128Bits(A access,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsigned12Bits(A access,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsigned2Bits(A access,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsigned4Bits(A access,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsignedLongs(A access,
long... dim)
|
static <A extends LongAccess> |
ArrayImgs.unsignedVariableBitLengths(A access,
int nbits,
long... dim)
Creates an
ArrayImg <UnsignedVariableBitLengthType , LongAccess >
using a LongAccess passed as argument. |
Modifier and Type | Method and Description |
---|---|
static void |
Accesses.copy(LongAccess src,
int srcPos,
LongAccess 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 |
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 | Interface and Description |
---|---|
interface |
LongLongAccess
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
LongUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningLongUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedLongLongAccess<A extends LongAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedLongLongAccess<A extends LongAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
LongAccessProxy<T extends GenericLongType<T>>
Proxy access over any
GenericLongType container. |
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 |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends LongAccess> |
NativeTypeFactory.LONG(Function<NativeImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Method and Description |
---|---|
abstract NativeTypeFactory<T,LongAccess> |
AbstractBitType.getNativeTypeFactory() |
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 |
---|---|
NativeTypeFactory<BasePairBitType,LongAccess> |
BasePairBitType.getNativeTypeFactory() |
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 |
---|---|
NativeTypeFactory<BitType,LongAccess> |
BitType.getNativeTypeFactory() |
Constructor and Description |
---|
BitType(LongAccess access) |
Constructor and Description |
---|
BitType(NativeImg<?,? extends LongAccess> bitStorage) |
Modifier and Type | Field and Description |
---|---|
protected LongAccess |
Unsigned128BitType.dataAccess |
protected LongAccess |
GenericLongType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends LongAccess> |
Unsigned128BitType.img |
protected NativeImg<?,? extends LongAccess> |
GenericLongType.img |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<UnsignedVariableBitLengthType,LongAccess> |
UnsignedVariableBitLengthType.getNativeTypeFactory() |
NativeTypeFactory<UnsignedLongType,LongAccess> |
UnsignedLongType.getNativeTypeFactory() |
NativeTypeFactory<Unsigned4BitType,LongAccess> |
Unsigned4BitType.getNativeTypeFactory() |
NativeTypeFactory<Unsigned2BitType,LongAccess> |
Unsigned2BitType.getNativeTypeFactory() |
NativeTypeFactory<Unsigned12BitType,LongAccess> |
Unsigned12BitType.getNativeTypeFactory() |
NativeTypeFactory<Unsigned128BitType,LongAccess> |
Unsigned128BitType.getNativeTypeFactory() |
NativeTypeFactory<LongType,LongAccess> |
LongType.getNativeTypeFactory() |
abstract NativeTypeFactory<T,LongAccess> |
GenericLongType.getNativeTypeFactory() |
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 © 2015–2022 ImgLib2. All rights reserved.