Uses of Interface
net.imglib2.img.basictypeaccess.DoubleAccess
Packages that use DoubleAccess
Package
Description
-
Uses of DoubleAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type DoubleAccessModifier and TypeMethodDescriptionabstract NativeImg
<T, ? extends DoubleAccess> NativeImgFactory.createDoubleInstance
(long[] dimensions, Fraction entitiesPerPixel) -
Uses of DoubleAccess in net.imglib2.img.array
Methods in net.imglib2.img.array with type parameters of type DoubleAccessModifier and TypeMethodDescriptionstatic final <A extends DoubleAccess>
ArrayImg<ComplexDoubleType, A> ArrayImgs.complexDoubles
(A access, long... dim) static final <A extends DoubleAccess>
ArrayImg<DoubleType, A> ArrayImgs.doubles
(A access, long... dim) -
Uses of DoubleAccess in net.imglib2.img.basictypeaccess.array
Classes in net.imglib2.img.basictypeaccess.array that implement DoubleAccessModifier and TypeClassDescriptionclass
AbstractDoubleArray<A extends AbstractDoubleArray<A>>
class
class
TODO -
Uses of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles -
Uses of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement DoubleAccessModifier and TypeClassDescriptionclass
AbstractVolatileDoubleArray<A extends AbstractVolatileDoubleArray<A>>
class
ADoubleArray
with anDirtyVolatileDoubleArray.isDirty()
and anAbstractVolatileDoubleArray.isValid()
flag.class
ADoubleArray
with anAbstractVolatileDoubleArray.isValid()
flag. -
Uses of DoubleAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement DoubleAccess -
Uses of DoubleAccess in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as DoubleAccessFields in net.imglib2.type.numeric with type parameters of type DoubleAccessModifier and TypeFieldDescriptionprotected final NativeImg
<?, ? extends DoubleAccess> NativeARGBDoubleType.img
Methods in net.imglib2.type.numeric that return types with arguments of type DoubleAccessModifier and TypeMethodDescriptionNativeImg
<NativeARGBDoubleType, ? extends DoubleAccess> NativeARGBDoubleType.createSuitableNativeImg
(NativeImgFactory<NativeARGBDoubleType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric with parameters of type DoubleAccessConstructor parameters in net.imglib2.type.numeric with type arguments of type DoubleAccess -
Uses of DoubleAccess in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex declared as DoubleAccessFields in net.imglib2.type.numeric.complex with type parameters of type DoubleAccessModifier and TypeFieldDescriptionprotected final NativeImg
<?, ? extends DoubleAccess> ComplexDoubleType.img
Methods in net.imglib2.type.numeric.complex that return types with arguments of type DoubleAccessModifier and TypeMethodDescriptionNativeImg
<ComplexDoubleType, ? extends DoubleAccess> ComplexDoubleType.createSuitableNativeImg
(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.complex with parameters of type DoubleAccessConstructor parameters in net.imglib2.type.numeric.complex with type arguments of type DoubleAccessModifierConstructorDescriptionComplexDoubleType
(NativeImg<?, ? extends DoubleAccess> complexfloatStorage) -
Uses of DoubleAccess in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real declared as DoubleAccessFields in net.imglib2.type.numeric.real with type parameters of type DoubleAccessModifier and TypeFieldDescriptionprotected final NativeImg
<?, ? extends DoubleAccess> DoubleType.img
Methods in net.imglib2.type.numeric.real that return types with arguments of type DoubleAccessModifier and TypeMethodDescriptionNativeImg
<DoubleType, ? extends DoubleAccess> DoubleType.createSuitableNativeImg
(NativeImgFactory<DoubleType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.real with parameters of type DoubleAccessConstructor parameters in net.imglib2.type.numeric.real with type arguments of type DoubleAccess