Modifier and Type | Method and Description |
---|---|
abstract <T extends Type<T>> |
DirectAccessContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
<T extends Type<T>> |
ArrayContainerFactory.createFloatInstance(int[] dimensions,
int entitiesPerPixel) |
Modifier and Type | Class and Description |
---|---|
class |
FloatArray
TODO
|
class |
NIOFloatArray
Core array type used for float[] data
|
Modifier and Type | Class and Description |
---|---|
class |
FloatDynamicContainerAccessor
TODO
|
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<ComplexFloatType,? extends FloatAccess> |
ComplexFloatType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
ComplexFloatType(DirectAccessContainer<ComplexFloatType,? extends FloatAccess> complexfloatStorage) |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<FloatType,? extends FloatAccess> |
FloatType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Constructor and Description |
---|
FloatType(DirectAccessContainer<FloatType,? extends FloatAccess> floatStorage) |
Modifier and Type | Class and Description |
---|---|
class |
ExistingFloatArrays
Instead of creating new cell arrays, it return the corresponding array from a predefined list
|
Copyright © 2015–2021 Fiji. All rights reserved.