Uses of Interface
net.imglib2.img.basictypeaccess.DoubleAccess
-
-
Uses of DoubleAccess in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement DoubleAccess Modifier and Type Class Description private static classRealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>> -
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 classAbstractDoubleArray<A extends AbstractDoubleArray<A>>classDirtyDoubleArrayclassDoubleArrayTODO -
Uses of DoubleAccess in net.imglib2.img.basictypeaccess.nio
Classes in net.imglib2.img.basictypeaccess.nio that implement DoubleAccess Modifier and Type Class Description classDoubleBufferAccessAccess forDoubleBuffer -
Uses of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles
Subinterfaces of DoubleAccess in net.imglib2.img.basictypeaccess.volatiles Modifier and Type Interface Description interfaceVolatileDoubleAccess -
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 classAbstractVolatileDoubleArray<A extends AbstractVolatileDoubleArray<A>>classDirtyVolatileDoubleArrayADoubleArraywith anDirtyVolatileDoubleArray.isDirty()and anAbstractVolatileDoubleArray.isValid()flag.classVolatileDoubleArrayADoubleArraywith 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 classDoubleNtreeDoubleAccess based on aNtree<Double>. -
Uses of DoubleAccess in net.imglib2.type
Methods in net.imglib2.type with type parameters of type DoubleAccess Modifier and Type Method Description static <T extends NativeType<T>,A extends DoubleAccess>
NativeTypeFactory<T,A>NativeTypeFactory. DOUBLE(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
Uses of DoubleAccess in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as DoubleAccess Modifier and Type Field Description protected DoubleAccessNativeARGBDoubleType. dataAccessFields in net.imglib2.type.numeric with type parameters of type DoubleAccess Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>NativeARGBDoubleType. imgprivate static NativeTypeFactory<NativeARGBDoubleType,DoubleAccess>NativeARGBDoubleType. typeFactoryMethods in net.imglib2.type.numeric that return types with arguments of type DoubleAccess Modifier and Type Method Description NativeTypeFactory<NativeARGBDoubleType,DoubleAccess>NativeARGBDoubleType. getNativeTypeFactory()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 DoubleAccessComplexDoubleType. dataAccessFields in net.imglib2.type.numeric.complex with type parameters of type DoubleAccess Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>ComplexDoubleType. imgprivate static NativeTypeFactory<ComplexDoubleType,DoubleAccess>ComplexDoubleType. typeFactoryMethods in net.imglib2.type.numeric.complex that return types with arguments of type DoubleAccess Modifier and Type Method Description NativeTypeFactory<ComplexDoubleType,DoubleAccess>ComplexDoubleType. getNativeTypeFactory()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 DoubleAccessDoubleType. dataAccessFields in net.imglib2.type.numeric.real with type parameters of type DoubleAccess Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>DoubleType. imgprivate static NativeTypeFactory<DoubleType,DoubleAccess>DoubleType. typeFactoryMethods in net.imglib2.type.numeric.real that return types with arguments of type DoubleAccess Modifier and Type Method Description NativeTypeFactory<DoubleType,DoubleAccess>DoubleType. getNativeTypeFactory()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) -
Uses of DoubleAccess in net.imglib2.type.volatiles
Methods in net.imglib2.type.volatiles with parameters of type DoubleAccess Modifier and Type Method Description voidVolatileDoubleType.WrappedDoubleType. setAccess(DoubleAccess access)Constructors in net.imglib2.type.volatiles with parameters of type DoubleAccess Constructor Description WrappedDoubleType(DoubleAccess access)Constructor parameters in net.imglib2.type.volatiles with type arguments of type DoubleAccess Constructor Description WrappedDoubleType(NativeImg<?,? extends DoubleAccess> img)
-