Modifier and Type | Class and Description |
---|---|
static class |
ComplexDoubleLongAccessTypeComplexDoubleTypeConverter.ConvertedAccess |
static class |
DoubleLongAccessTypeDoubleTypeConverter.ConvertedAccess |
Modifier and Type | Method and Description |
---|---|
static <A extends DoubleAccess> |
ArrayImgs.complexDoubles(A access,
long... dim)
|
static <A extends DoubleAccess> |
ArrayImgs.doubles(A access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static void |
Accesses.copy(DoubleAccess src,
int srcPos,
DoubleAccess 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 |
AbstractDoubleArray<A extends AbstractDoubleArray<A>> |
class |
DirtyDoubleArray |
class |
DoubleArray
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileDoubleAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileDoubleArray<A extends AbstractVolatileDoubleArray<A>> |
class |
DirtyVolatileDoubleArray
A
DoubleArray with an DirtyVolatileDoubleArray.isDirty() and an AbstractVolatileDoubleArray.isValid()
flag. |
class |
VolatileDoubleArray
A
DoubleArray with an AbstractVolatileDoubleArray.isValid() flag. |
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleLongAccess
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningDoubleUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedDoubleLongAccess<A extends DoubleAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedDoubleLongAccess<A extends DoubleAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleNtree
DoubleAccess based on a
Ntree . |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends DoubleAccess> |
NativeTypeFactory.DOUBLE(Function<NativeImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Field and Description |
---|---|
protected DoubleAccess |
NativeARGBDoubleType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends DoubleAccess> |
NativeARGBDoubleType.img |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<NativeARGBDoubleType,DoubleAccess> |
NativeARGBDoubleType.getNativeTypeFactory() |
Constructor and Description |
---|
NativeARGBDoubleType(DoubleAccess access) |
Constructor and Description |
---|
NativeARGBDoubleType(NativeImg<?,? extends DoubleAccess> img) |
Modifier and Type | Field and Description |
---|---|
protected DoubleAccess |
ComplexDoubleType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends DoubleAccess> |
ComplexDoubleType.img |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<ComplexDoubleType,DoubleAccess> |
ComplexDoubleType.getNativeTypeFactory() |
Constructor and Description |
---|
ComplexDoubleType(DoubleAccess access) |
Constructor and Description |
---|
ComplexDoubleType(NativeImg<?,? extends DoubleAccess> complexfloatStorage) |
Modifier and Type | Field and Description |
---|---|
protected DoubleAccess |
DoubleType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends DoubleAccess> |
DoubleType.img |
Modifier and Type | Method and Description |
---|---|
NativeTypeFactory<DoubleType,DoubleAccess> |
DoubleType.getNativeTypeFactory() |
Constructor and Description |
---|
DoubleType(DoubleAccess access) |
Constructor and Description |
---|
DoubleType(NativeImg<?,? extends DoubleAccess> doubleStorage) |
Copyright © 2015–2022 ImgLib2. All rights reserved.