Uses of Interface
net.imglib2.img.basictypeaccess.FloatAccess
Packages that use FloatAccess
Package
Description
-
Uses of FloatAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type FloatAccessModifier and TypeMethodDescriptionabstract NativeImg<T,
? extends FloatAccess> NativeImgFactory.createFloatInstance
(long[] dimensions, Fraction entitiesPerPixel) -
Uses of FloatAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type FloatAccessModifier and TypeMethodDescriptionstatic final <A extends FloatAccess>
ArrayImg<ComplexFloatType,A> ArrayImgs.complexFloats
(A access, long... dim) static final <A extends FloatAccess>
ArrayImg<FloatType,A> ArrayImgs.floats
(A access, long... dim) -
Uses of FloatAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement FloatAccessModifier and TypeClassDescriptionclass
AbstractFloatArray<A extends AbstractFloatArray<A>>
class
class
TODO -
Uses of FloatAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of FloatAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of FloatAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement FloatAccessModifier and TypeClassDescriptionclass
AbstractVolatileFloatArray<A extends AbstractVolatileFloatArray<A>>
class
AFloatArray
with anDirtyVolatileFloatArray.isDirty()
and anAbstractVolatileFloatArray.isValid()
flag.class
AFloatArray
with anAbstractVolatileFloatArray.isValid()
flag. -
Uses of FloatAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement FloatAccess -
Uses of FloatAccess in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex declared as FloatAccessFields in net.imglib2.type.numeric.complex with type parameters of type FloatAccessModifier and TypeFieldDescriptionprotected final NativeImg<?,
? extends FloatAccess> ComplexFloatType.img
Methods in net.imglib2.type.numeric.complex that return types with arguments of type FloatAccessModifier and TypeMethodDescriptionNativeImg<ComplexFloatType,
? extends FloatAccess> ComplexFloatType.createSuitableNativeImg
(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.complex with parameters of type FloatAccessConstructor parameters in net.imglib2.type.numeric.complex with type arguments of type FloatAccessModifierConstructorDescriptionComplexFloatType
(NativeImg<?, ? extends FloatAccess> complexfloatStorage) -
Uses of FloatAccess in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real declared as FloatAccessFields in net.imglib2.type.numeric.real with type parameters of type FloatAccessModifier and TypeFieldDescriptionprotected final NativeImg<?,
? extends FloatAccess> FloatType.img
Methods in net.imglib2.type.numeric.real that return types with arguments of type FloatAccessModifier and TypeMethodDescriptionNativeImg<FloatType,
? extends FloatAccess> FloatType.createSuitableNativeImg
(NativeImgFactory<FloatType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.real with parameters of type FloatAccessConstructor parameters in net.imglib2.type.numeric.real with type arguments of type FloatAccess