Modifier and Type | Method and Description |
---|---|
abstract NativeLongAccessImg<T,? extends FloatLongAccess> |
NativeLongAccessImgFactory.createFloatInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
FloatUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
OwningFloatUnsafe |
Modifier and Type | Class and Description |
---|---|
class |
WrappedFloatLongAccess<A extends FloatAccess>
TODO
|
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<ComplexFloatLongAccessType,FloatLongAccess> |
UnsafeImgs.complexFloats(FloatLongAccess access,
long... dim)
|
static UnsafeImg<ComplexFloatLongAccessType,FloatLongAccess> |
UnsafeImgs.complexFloats(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<ComplexFloatLongAccessType,FloatLongAccess> |
UnsafeImgs.complexFloats(FloatLongAccess access,
long... dim)
|
Modifier and Type | Method and Description |
---|---|
static <T extends NativeLongAccessType<T>,A extends FloatLongAccess> |
NativeLongAccessTypeFactory.FLOAT(Function<NativeLongAccessImg<T,? extends A>,T> createLinkedType) |
Modifier and Type | Field and Description |
---|---|
protected FloatLongAccess |
ComplexFloatLongAccessType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeLongAccessImg<?,? extends FloatLongAccess> |
ComplexFloatLongAccessType.img |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<ComplexFloatLongAccessType,? extends FloatLongAccess> |
ComplexFloatLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<ComplexFloatLongAccessType> storageFactory,
long[] dim) |
Constructor and Description |
---|
ComplexFloatLongAccessType(FloatLongAccess access) |
Constructor and Description |
---|
ComplexFloatLongAccessType(NativeLongAccessImg<?,? extends FloatLongAccess> complexfloatStorage) |
Modifier and Type | Field and Description |
---|---|
protected FloatLongAccess |
FloatLongAccessType.dataAccess |
Modifier and Type | Field and Description |
---|---|
protected NativeLongAccessImg<?,? extends FloatLongAccess> |
FloatLongAccessType.img |
Modifier and Type | Method and Description |
---|---|
NativeLongAccessImg<FloatLongAccessType,? extends FloatLongAccess> |
FloatLongAccessType.createSuitableNativeImg(NativeLongAccessImgFactory<FloatLongAccessType> storageFactory,
long[] dim) |
Constructor and Description |
---|
FloatLongAccessType(FloatLongAccess access) |
Constructor and Description |
---|
FloatLongAccessType(NativeLongAccessImg<?,? extends FloatLongAccess> doubleStorage) |
Copyright © 2015–2022 ImgLib2. All rights reserved.