Modifier and Type | Class and Description |
---|---|
static class |
ComplexFloatLongAccessTypeComplexFloatTypeConverter.ConvertedAccess |
static class |
FloatLongAccessTypeFloatTypeConverter.ConvertedAccess |
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 | Method and Description |
---|---|
static void |
Accesses.copy(FloatAccess src,
int srcPos,
FloatAccess 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 |
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 | Interface and Description |
---|---|
interface |
FloatLongAccess
TODO
|
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 | Class and Description |
---|---|
class |
WrappedFloatLongAccess<A extends FloatAccess>
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
FloatAccessProxy<T extends RealType<T>>
Proxy access over any
RealType container. |
Modifier and Type | Class and Description |
---|---|
class |
FloatNtree
FloatAccess based on a
Ntree . |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>,A extends FloatAccess> |
NativeTypeFactory.FLOAT(Function<NativeImg<T,? extends A>,T> createLinkedType) |
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 |
---|---|
NativeTypeFactory<ComplexFloatType,FloatAccess> |
ComplexFloatType.getNativeTypeFactory() |
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 |
---|---|
NativeTypeFactory<FloatType,FloatAccess> |
FloatType.getNativeTypeFactory() |
Constructor and Description |
---|
FloatType(FloatAccess access) |
Constructor and Description |
---|
FloatType(NativeImg<?,? extends FloatAccess> floatStorage) |
Copyright © 2015–2022 ImgLib2. All rights reserved.