Uses of Interface
net.imglib2.img.NativeImg
Packages that use NativeImg
Package
Description
-
Uses of NativeImg in net.imglib2.blocks
Fields in net.imglib2.blocks declared as NativeImgMethods in net.imglib2.blocks that return NativeImgMethods in net.imglib2.blocks with parameters of type NativeImgConstructors in net.imglib2.blocks with parameters of type NativeImgModifierConstructorDescription(package private)ViewProperties(T viewType, NativeImg<R, ?> root, R rootType, Extension extension, MixedTransform transform, MixedTransform permuteInvertTransform, Supplier<? extends Converter<?, ?>> converterSupplier) CreateViewProperties. -
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 extends DataAccess>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 TypeMethodDescriptionNativeImgFactory.create(int[] dimensions) Create anImg<T>with the specifieddimensions.NativeImgFactory.create(long... dimensions) Create aNativeImgwith the specifieddimensions.Deprecated.NativeImgFactory.create(Dimensions dimensions) Create anImg<T>with the specifieddimensions. -
Uses of NativeImg in net.imglib2.img.array
Classes in net.imglib2.img.array that implement NativeImgModifier and TypeClassDescriptionclassArrayImg<T extends NativeType<T>, A extends DataAccess>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 extends DataAccess, 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 extends DataAccess>classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed. -
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 a list of primitive arrays, one per image plane. -
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.imgFields in net.imglib2.type with type parameters of type NativeImgMethods in net.imglib2.type with parameters of type NativeImgModifier and TypeMethodDescriptionNativeTypeFactory.createLinkedType(NativeImg<T, ? extends A> img) Creates a newTinstance which is linked toimg.Method parameters in net.imglib2.type with type arguments of type NativeImgModifier and TypeMethodDescriptionstatic <T extends NativeType<T>, A extends BooleanAccess>
NativeTypeFactory<T, A> static <T extends NativeType<T>, A extends ByteAccess>
NativeTypeFactory<T, A> static <T extends NativeType<T>, A extends CharAccess>
NativeTypeFactory<T, A> static <T extends NativeType<T>, A extends DoubleAccess>
NativeTypeFactory<T, A> static <T extends NativeType<T>, A extends FloatAccess>
NativeTypeFactory<T, A> static <T extends NativeType<T>, A extends IntAccess>
NativeTypeFactory<T, A> static <T extends NativeType<T>, A extends LongAccess>
NativeTypeFactory<T, A> static <T extends NativeType<T>, A extends ShortAccess>
NativeTypeFactory<T, A> Constructors in net.imglib2.type with parameters of type NativeImgModifierConstructorDescriptionAbstractBit64Type(NativeImg<?, ? extends LongAccess> bitStorage, int nBits) AbstractBitType(NativeImg<?, ? extends LongAccess> bitStorage, int nBits) Constructor parameters in net.imglib2.type with type arguments of type NativeImgModifierConstructorDescriptionprivateNativeTypeFactory(PrimitiveType primitiveType, Function<NativeImg<T, ? extends A>, T> createLinkedType) -
Uses of NativeImg in net.imglib2.type.label
Fields in net.imglib2.type.label declared as NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends CharAccess> BasePairCharType.imgConstructors 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 NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends LongAccess> BitType.imgprotected final NativeImg<?, ? extends BooleanAccess> NativeBoolType.imgConstructors in net.imglib2.type.logic with parameters of type NativeImgModifierConstructorDescriptionBitType(NativeImg<?, ? extends LongAccess> bitStorage) NativeBoolType(NativeImg<?, ? extends BooleanAccess> boolStorage) -
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.imgConstructors 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.imgConstructors 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.imgConstructors 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.imgConstructors in net.imglib2.type.numeric.real with parameters of type NativeImgModifierConstructorDescriptionDoubleType(NativeImg<?, ? extends DoubleAccess> doubleStorage) FloatType(NativeImg<?, ? extends FloatAccess> floatStorage) -
Uses of NativeImg in net.imglib2.type.volatiles
Fields in net.imglib2.type.volatiles declared as NativeImgModifier and TypeFieldDescriptionprotected final NativeImg<?, ? extends VolatileIntAccess> VolatileARGBType.imgprotected final NativeImg<?, ? extends VolatileByteAccess> VolatileByteType.imgprotected final NativeImg<?, ? extends VolatileDoubleAccess> VolatileDoubleType.imgprotected final NativeImg<?, ? extends VolatileFloatAccess> VolatileFloatType.imgprotected final NativeImg<?, ? extends VolatileIntAccess> VolatileIntType.imgprotected final NativeImg<?, ? extends VolatileLongAccess> VolatileLongType.imgprotected final NativeImg<?, ? extends VolatileShortAccess> VolatileShortType.imgprotected final NativeImg<?, ? extends VolatileByteAccess> VolatileUnsignedByteType.imgprotected final NativeImg<?, ? extends VolatileIntAccess> VolatileUnsignedIntType.imgprotected final NativeImg<?, ? extends VolatileLongAccess> VolatileUnsignedLongType.imgprotected final NativeImg<?, ? extends VolatileShortAccess> VolatileUnsignedShortType.imgConstructors in net.imglib2.type.volatiles with parameters of type NativeImgModifierConstructorDescriptionVolatileARGBType(NativeImg<?, ? extends VolatileIntAccess> img) VolatileByteType(NativeImg<?, ? extends VolatileByteAccess> img) VolatileDoubleType(NativeImg<?, ? extends VolatileDoubleAccess> img) VolatileFloatType(NativeImg<?, ? extends VolatileFloatAccess> img) VolatileIntType(NativeImg<?, ? extends VolatileIntAccess> img) VolatileLongType(NativeImg<?, ? extends VolatileLongAccess> img) VolatileShortType(NativeImg<?, ? extends VolatileShortAccess> img) VolatileUnsignedByteType(NativeImg<?, ? extends VolatileByteAccess> img) VolatileUnsignedIntType(NativeImg<?, ? extends VolatileIntAccess> img) VolatileUnsignedLongType(NativeImg<?, ? extends VolatileLongAccess> img) VolatileUnsignedShortType(NativeImg<?, ? extends VolatileShortAccess> img) WrappedARGBType(NativeImg<?, ? extends IntAccess> img) WrappedByteType(NativeImg<?, ? extends ByteAccess> img) WrappedDoubleType(NativeImg<?, ? extends DoubleAccess> img) WrappedFloatType(NativeImg<?, ? extends FloatAccess> img) WrappedIntType(NativeImg<?, ? extends IntAccess> img) WrappedLongType(NativeImg<?, ? extends LongAccess> img) WrappedShortType(NativeImg<?, ? extends ShortAccess> img) WrappedUnsignedByteType(NativeImg<?, ? extends ByteAccess> img) WrappedUnsignedIntType(NativeImg<?, ? extends IntAccess> img) WrappedUnsignedLongType(NativeImg<?, ? extends LongAccess> img) WrappedUnsignedShortType(NativeImg<?, ? extends ShortAccess> img)