Uses of Interface
net.imglib2.img.NativeImg
Packages that use NativeImg
Package
Description
-
Uses of NativeImg in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement NativeImgModifier and TypeClassDescriptionclassclassArrayImgAWTScreenImage<T extends NativeType<T>,A> AnAWTScreenImagethat is anArrayImg.classAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of NativeImg in net.imglib2.img
Classes in net.imglib2.img that implement NativeImgMethods in net.imglib2.img that return NativeImgModifier and TypeMethodDescriptionabstract NativeImg<T, ? extends ByteAccess> NativeImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends CharAccess> NativeImgFactory.createCharInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends DoubleAccess> NativeImgFactory.createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends FloatAccess> NativeImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) NativeImgFactory.createIntInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends LongAccess> NativeImgFactory.createLongInstance(long[] dimensions, Fraction entitiesPerPixel) abstract NativeImg<T, ? extends ShortAccess> NativeImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) -
Uses of NativeImg in net.imglib2.img.array
Classes in net.imglib2.img.array that implement NativeImgModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>,A> ThisImgstores an image in a single linear array of basic types. -
Uses of NativeImg in net.imglib2.img.cell
Classes in net.imglib2.img.cell that implement NativeImgModifier and TypeClassDescriptionclassAbstractCellImg<T extends NativeType<T>,A, C extends Cell<A>, I extends RandomAccessible<C> & IterableInterval<C>> Abstract superclass forImgtypes that divide their underlying data into cells.classCellImg<T extends NativeType<T>,A> classLazyCellImg<T extends NativeType<T>,A> AAbstractCellImgthat obtains its Cells lazily when they are accessed.Methods in net.imglib2.img.cell with parameters of type NativeImgModifier and TypeMethodDescriptionstatic voidLazyCellImg.linkType(NativeType t, NativeImg img) Reflection hack because there is noT NativeType <T>.create(NativeImg<?, A>)method in ImgLib2 Note that for this method to be introduced, NativeType would need an additional generic parameter A that specifies the accepted family of access objects that can be used in the NativeImg... -
Uses of NativeImg in net.imglib2.img.planar
Classes in net.imglib2.img.planar that implement NativeImgModifier and TypeClassDescriptionclassPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>> ANativeImgthat stores data in an list of primitive arrays, one per image plane.Methods in net.imglib2.img.planar that return NativeImgModifier and TypeMethodDescriptionPlanarImgFactory.createByteInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createCharInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createIntInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createLongInstance(long[] dimensions, Fraction entitiesPerPixel) PlanarImgFactory.createShortInstance(long[] dimensions, Fraction entitiesPerPixel) -
Uses of NativeImg in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse that implement NativeImgModifier and TypeClassDescriptionfinal classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?, A>> -
Uses of NativeImg in net.imglib2.type
Fields in net.imglib2.type declared as NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends LongAccess> AbstractBitType.imgMethods in net.imglib2.type that return NativeImgModifier and TypeMethodDescriptionNativeType.createSuitableNativeImg(NativeImgFactory<T> storageFactory, long[] dim) TheNativeTypecreates theNativeImgused for storing image data; based on the given storage strategy and its size.Constructors in net.imglib2.type with parameters of type NativeImgModifierConstructorDescriptionAbstractBit64Type(NativeImg<?, ? extends LongAccess> bitStorage, int nBits) AbstractBitType(NativeImg<?, ? extends LongAccess> bitStorage, int nBits) -
Uses of NativeImg in net.imglib2.type.label
Fields in net.imglib2.type.label declared as NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends CharAccess> BasePairCharType.imgMethods in net.imglib2.type.label that return NativeImgModifier and TypeMethodDescriptionNativeImg<BasePairBitType, ? extends LongAccess> BasePairBitType.createSuitableNativeImg(NativeImgFactory<BasePairBitType> storageFactory, long[] dim) NativeImg<BasePairCharType, ? extends CharAccess> BasePairCharType.createSuitableNativeImg(NativeImgFactory<BasePairCharType> storageFactory, long[] dim) Constructors in net.imglib2.type.label with parameters of type NativeImgModifierConstructorDescriptionBasePairBitType(NativeImg<?, ? extends LongAccess> bitStorage) BasePairCharType(NativeImg<?, ? extends CharAccess> charStorage) -
Uses of NativeImg in net.imglib2.type.logic
Fields in net.imglib2.type.logic declared as NativeImgMethods in net.imglib2.type.logic that return NativeImgModifier and TypeMethodDescriptionNativeImg<BitType, ? extends LongAccess> BitType.createSuitableNativeImg(NativeImgFactory<BitType> storageFactory, long[] dim) Constructors in net.imglib2.type.logic with parameters of type NativeImg -
Uses of NativeImg in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric declared as NativeImgModifier and TypeFieldDescriptionARGBType.imgprotected final NativeImg<?, ? extends DoubleAccess> NativeARGBDoubleType.imgMethods in net.imglib2.type.numeric that return NativeImgModifier and TypeMethodDescriptionARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory, long[] dim) NativeImg<NativeARGBDoubleType, ? extends DoubleAccess> NativeARGBDoubleType.createSuitableNativeImg(NativeImgFactory<NativeARGBDoubleType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric with parameters of type NativeImg -
Uses of NativeImg in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex declared as NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends DoubleAccess> ComplexDoubleType.imgprotected final NativeImg<?, ? extends FloatAccess> ComplexFloatType.imgMethods in net.imglib2.type.numeric.complex that return NativeImgModifier and TypeMethodDescriptionNativeImg<ComplexDoubleType, ? extends DoubleAccess> ComplexDoubleType.createSuitableNativeImg(NativeImgFactory<ComplexDoubleType> storageFactory, long[] dim) NativeImg<ComplexFloatType, ? extends FloatAccess> ComplexFloatType.createSuitableNativeImg(NativeImgFactory<ComplexFloatType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.complex with parameters of type NativeImgModifierConstructorDescriptionComplexDoubleType(NativeImg<?, ? extends DoubleAccess> complexfloatStorage) ComplexFloatType(NativeImg<?, ? extends FloatAccess> complexfloatStorage) -
Uses of NativeImg in net.imglib2.type.numeric.integer
Fields in net.imglib2.type.numeric.integer declared as NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends ByteAccess> GenericByteType.imgGenericIntType.imgprotected final NativeImg<?, ? extends LongAccess> GenericLongType.imgprotected final NativeImg<?, ? extends ShortAccess> GenericShortType.imgprotected final NativeImg<?, ? extends LongAccess> Unsigned128BitType.imgMethods in net.imglib2.type.numeric.integer that return NativeImgModifier and TypeMethodDescriptionNativeImg<ByteType, ? extends ByteAccess> ByteType.createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory, long[] dim) IntType.createSuitableNativeImg(NativeImgFactory<IntType> storageFactory, long[] dim) NativeImg<LongType, ? extends LongAccess> LongType.createSuitableNativeImg(NativeImgFactory<LongType> storageFactory, long[] dim) NativeImg<ShortType, ? extends ShortAccess> ShortType.createSuitableNativeImg(NativeImgFactory<ShortType> storageFactory, long[] dim) NativeImg<Unsigned128BitType, ? extends LongAccess> Unsigned128BitType.createSuitableNativeImg(NativeImgFactory<Unsigned128BitType> storageFactory, long[] dim) NativeImg<Unsigned12BitType, ? extends LongAccess> Unsigned12BitType.createSuitableNativeImg(NativeImgFactory<Unsigned12BitType> storageFactory, long[] dim) NativeImg<Unsigned2BitType, ? extends LongAccess> Unsigned2BitType.createSuitableNativeImg(NativeImgFactory<Unsigned2BitType> storageFactory, long[] dim) NativeImg<Unsigned4BitType, ? extends LongAccess> Unsigned4BitType.createSuitableNativeImg(NativeImgFactory<Unsigned4BitType> storageFactory, long[] dim) NativeImg<UnsignedByteType, ? extends ByteAccess> UnsignedByteType.createSuitableNativeImg(NativeImgFactory<UnsignedByteType> storageFactory, long[] dim) NativeImg<UnsignedIntType, ? extends IntAccess> UnsignedIntType.createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory, long[] dim) NativeImg<UnsignedLongType, ? extends LongAccess> UnsignedLongType.createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory, long[] dim) NativeImg<UnsignedShortType, ? extends ShortAccess> UnsignedShortType.createSuitableNativeImg(NativeImgFactory<UnsignedShortType> storageFactory, long[] dim) NativeImg<UnsignedVariableBitLengthType, ? extends LongAccess> UnsignedVariableBitLengthType.createSuitableNativeImg(NativeImgFactory<UnsignedVariableBitLengthType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.integer with parameters of type NativeImgModifierConstructorDescriptionAbstractIntegerBitType(NativeImg<?, ? extends LongAccess> bitStorage, int nBits) ByteType(NativeImg<?, ? extends ByteAccess> img) GenericByteType(NativeImg<?, ? extends ByteAccess> byteStorage) GenericIntType(NativeImg<?, ? extends IntAccess> intStorage) GenericLongType(NativeImg<?, ? extends LongAccess> longStorage) GenericShortType(NativeImg<?, ? extends ShortAccess> shortStorage) LongType(NativeImg<?, ? extends LongAccess> longStorage) ShortType(NativeImg<?, ? extends ShortAccess> img) Unsigned128BitType(NativeImg<?, ? extends LongAccess> bitStorage) Unsigned12BitType(NativeImg<?, ? extends LongAccess> bitStorage) Unsigned2BitType(NativeImg<?, ? extends LongAccess> bitStorage) Unsigned4BitType(NativeImg<?, ? extends LongAccess> bitStorage) UnsignedByteType(NativeImg<?, ? extends ByteAccess> img) UnsignedIntType(NativeImg<?, ? extends IntAccess> img) UnsignedLongType(NativeImg<?, ? extends LongAccess> img) UnsignedShortType(NativeImg<?, ? extends ShortAccess> img) UnsignedVariableBitLengthType(NativeImg<?, ? extends LongAccess> bitStorage, int nBits) -
Uses of NativeImg in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real declared as NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends DoubleAccess> DoubleType.imgprotected final NativeImg<?, ? extends FloatAccess> FloatType.imgMethods in net.imglib2.type.numeric.real that return NativeImgModifier and TypeMethodDescriptionNativeImg<DoubleType, ? extends DoubleAccess> DoubleType.createSuitableNativeImg(NativeImgFactory<DoubleType> storageFactory, long[] dim) NativeImg<FloatType, ? extends FloatAccess> FloatType.createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory, long[] dim) Constructors in net.imglib2.type.numeric.real with parameters of type NativeImgModifierConstructorDescriptionDoubleType(NativeImg<?, ? extends DoubleAccess> doubleStorage) FloatType(NativeImg<?, ? extends FloatAccess> floatStorage)