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 TypeClassDescriptionclassAbstractFloatArray<A extends AbstractFloatArray<A>>classclassTODO -
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 TypeClassDescriptionclassAbstractVolatileFloatArray<A extends AbstractVolatileFloatArray<A>>classAFloatArraywith anDirtyVolatileFloatArray.isDirty()and anAbstractVolatileFloatArray.isValid()flag.classAFloatArraywith 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.imgMethods 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.imgMethods 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