Modifier and Type | Method and Description |
---|---|
abstract NativeImg<T,? extends FloatAccess> |
NativeImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static <A extends FloatAccess> |
ArrayImgs.complexFloats(A access,
long... dim)
|
static <A extends FloatAccess> |
ArrayImgs.floats(A access,
long... dim)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFloatArray<A extends AbstractFloatArray<A>> |
class |
DirtyFloatArray |
class |
FloatArray
TODO
|
Modifier and Type | Interface and Description |
---|---|
interface |
VolatileFloatAccess |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileFloatArray<A extends AbstractVolatileFloatArray<A>> |
class |
DirtyVolatileFloatArray
A
FloatArray with an DirtyVolatileFloatArray.isDirty() and an AbstractVolatileFloatArray.isValid()
flag. |
class |
VolatileFloatArray
A
FloatArray with an AbstractVolatileFloatArray.isValid() flag. |
Modifier and Type | Class and Description |
---|---|
class |
FloatNtree
FloatAccess based on a
Ntree . |
Modifier and Type | Field and Description |
---|---|
protected FloatAccess |
ComplexFloatType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends FloatAccess> |
ComplexFloatType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<ComplexFloatType,? extends FloatAccess> |
ComplexFloatType.createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory,
long[] dim) |
Constructor and Description |
---|
ComplexFloatType(FloatAccess access) |
Constructor and Description |
---|
ComplexFloatType(NativeImg<?,? extends FloatAccess> complexfloatStorage) |
Modifier and Type | Field and Description |
---|---|
protected FloatAccess |
FloatType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeImg<?,? extends FloatAccess> |
FloatType.img |
Modifier and Type | Method and Description |
---|---|
NativeImg<FloatType,? extends FloatAccess> |
FloatType.createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory,
long[] dim) |
Constructor and Description |
---|
FloatType(FloatAccess access) |
Constructor and Description |
---|
FloatType(NativeImg<?,? extends FloatAccess> floatStorage) |
Copyright © 2009–2018 ImgLib2. All rights reserved.