Modifier and Type | Method and Description |
---|---|
abstract NativeImg<T,? extends DoubleAccess> |
NativeImgFactory.createDoubleInstance(long[] dimensions,
Fraction entitiesPerPixel) |
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 | 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 | Class and Description |
---|---|
class |
DoubleNtree
DoubleAccess based on a
Ntree . |
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 |
---|---|
NativeImg<NativeARGBDoubleType,? extends DoubleAccess> |
NativeARGBDoubleType.createSuitableNativeImg(NativeImgFactory<NativeARGBDoubleType> storageFactory,
long[] dim) |
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 |
---|---|
NativeImg<ComplexDoubleType,? extends DoubleAccess> |
ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory,
long[] dim) |
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 |
---|---|
NativeImg<DoubleType,? extends DoubleAccess> |
DoubleType.createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory,
long[] dim) |
Constructor and Description |
---|
DoubleType(DoubleAccess access) |
Constructor and Description |
---|
DoubleType(NativeImg<?,? extends DoubleAccess> doubleStorage) |
Copyright © 2009–2017 ImgLib2. All rights reserved.