Uses of Interface
net.imglib2.img.basictypeaccess.DoubleAccess
-
-
Uses of DoubleAccess in net.imglib2.img
Methods in net.imglib2.img that return types with arguments of type DoubleAccess Modifier and Type Method Description abstract 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 DoubleAccess Modifier and Type Method Description static <A extends DoubleAccess>
ArrayImg<ComplexDoubleType,A>ArrayImgs. complexDoubles(A access, long... dim)
static <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 DoubleAccess Modifier and Type Class Description class
AbstractDoubleArray<A extends AbstractDoubleArray<A>>
class
DirtyDoubleArray
class
DoubleArray
TODO -
Uses of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interface
VolatileDoubleAccess
-
Uses of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles.array
Classes in net.imglib2.img.basictypeaccess.volatiles.array that implement DoubleAccess Modifier and Type Class Description class
AbstractVolatileDoubleArray<A extends AbstractVolatileDoubleArray<A>>
class
DirtyVolatileDoubleArray
ADoubleArray
with anDirtyVolatileDoubleArray.isDirty()
and anAbstractVolatileDoubleArray.isValid()
flag.class
VolatileDoubleArray
ADoubleArray
with anAbstractVolatileDoubleArray.isValid()
flag. -
Uses of DoubleAccess in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement DoubleAccess Modifier and Type Class Description class
DoubleNtree
DoubleAccess based on aNtree
<Double>
. -
Uses of DoubleAccess in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as DoubleAccess Modifier and Type Field Description protected DoubleAccess
NativeARGBDoubleType. dataAccess
Fields in net.imglib2.type.numeric with type parameters of type DoubleAccess Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>
NativeARGBDoubleType. img
Methods in net.imglib2.type.numeric that return types with arguments of type DoubleAccess Modifier and Type Method Description NativeImg<NativeARGBDoubleType,? extends DoubleAccess>
NativeARGBDoubleType. createSuitableNativeImg(NativeImgFactory<NativeARGBDoubleType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric with parameters of type DoubleAccess Constructor Description NativeARGBDoubleType(DoubleAccess access)
Constructor parameters in net.imglib2.type.numeric with type arguments of type DoubleAccess Constructor Description NativeARGBDoubleType(NativeImg<?,? extends DoubleAccess> img)
-
Uses of DoubleAccess in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex declared as DoubleAccess Modifier and Type Field Description protected DoubleAccess
ComplexDoubleType. dataAccess
Fields in net.imglib2.type.numeric.complex with type parameters of type DoubleAccess Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>
ComplexDoubleType. img
Methods in net.imglib2.type.numeric.complex that return types with arguments of type DoubleAccess Modifier and Type Method Description NativeImg<ComplexDoubleType,? extends DoubleAccess>
ComplexDoubleType. createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric.complex with parameters of type DoubleAccess Constructor Description ComplexDoubleType(DoubleAccess access)
Constructor parameters in net.imglib2.type.numeric.complex with type arguments of type DoubleAccess Constructor Description ComplexDoubleType(NativeImg<?,? extends DoubleAccess> complexfloatStorage)
-
Uses of DoubleAccess in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real declared as DoubleAccess Modifier and Type Field Description protected DoubleAccess
DoubleType. dataAccess
Fields in net.imglib2.type.numeric.real with type parameters of type DoubleAccess Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>
DoubleType. img
Methods in net.imglib2.type.numeric.real that return types with arguments of type DoubleAccess Modifier and Type Method Description NativeImg<DoubleType,? extends DoubleAccess>
DoubleType. createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory, long[] dim)
Constructors in net.imglib2.type.numeric.real with parameters of type DoubleAccess Constructor Description DoubleType(DoubleAccess access)
Constructor parameters in net.imglib2.type.numeric.real with type arguments of type DoubleAccess Constructor Description DoubleType(NativeImg<?,? extends DoubleAccess> doubleStorage)
-