Uses of Interface
net.imglib2.img.NativeImg
-
-
Uses of NativeImg in net.imglib2.blocks
Fields in net.imglib2.blocks declared as NativeImg Modifier and Type Field Description private NativeImg<R,?>ViewProperties. rootMethods in net.imglib2.blocks that return NativeImg Modifier and Type Method Description NativeImg<R,?>ViewProperties. getRoot()Methods in net.imglib2.blocks with parameters of type NativeImg Modifier and Type Method Description static <T> RangeCopier<T>RangeCopier. create(NativeImg<?,?> img, Ranges findRanges, MemCopy<T> memCopy, T oob)Constructors in net.imglib2.blocks with parameters of type NativeImg Constructor Description ViewProperties(T viewType, NativeImg<R,?> root, R rootType, Extension extension, MixedTransform transform, MixedTransform permuteInvertTransform, java.util.function.Supplier<? extends Converter<?,?>> converterSupplier)CreateViewProperties. -
Uses of NativeImg in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt that implement NativeImg Modifier and Type Class Description classARGBScreenImageclassArrayImgAWTScreenImage<T extends NativeType<T>,A extends DataAccess>AnAWTScreenImagethat is anArrayImg.classByteAWTScreenImageAAWTScreenImagethat is anArrayImg<ByteType, ByteArray>.classDoubleAWTScreenImageAAWTScreenImagethat is anArrayImg<DoubleType, DoubleArray>.classFloatAWTScreenImageAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.classIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classShortAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedByteAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedByteType, ByteArray>.classUnsignedIntAWTScreenImageAAWTScreenImagethat is anArrayImg<ShortType, ShortArray>.classUnsignedShortAWTScreenImageAAWTScreenImagethat is anArrayImg<UnsignedShortType, ShortArray>. -
Uses of NativeImg in net.imglib2.img
Classes in net.imglib2.img that implement NativeImg Modifier and Type Class Description classAbstractNativeImg<T extends NativeType<T>,A>TODOMethods in net.imglib2.img that return NativeImg Modifier and Type Method Description NativeImg<T,?>NativeImgFactory. create(int[] dimensions)Create anImg<T>with the specifieddimensions.abstract NativeImg<T,?>NativeImgFactory. create(long... dimensions)Create aNativeImgwith the specifieddimensions.abstract NativeImg<T,?>NativeImgFactory. create(long[] dimension, T type)Deprecated.NativeImg<T,?>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 NativeImg Modifier and Type Class Description classArrayImg<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 NativeImg Modifier and Type Class Description classAbstractCellImg<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 NativeImg Modifier and Type Class Description classPlanarImg<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 NativeImg Modifier and Type Class Description classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>> -
Uses of NativeImg in net.imglib2.type
Fields in net.imglib2.type declared as NativeImg Modifier and Type Field Description protected NativeImg<?,? extends LongAccess>AbstractBitType. imgFields in net.imglib2.type with type parameters of type NativeImg Modifier and Type Field Description private java.util.function.Function<NativeImg<T,? extends A>,T>NativeTypeFactory. createLinkedTypeMethods in net.imglib2.type with parameters of type NativeImg Modifier and Type Method Description TNativeTypeFactory. createLinkedType(NativeImg<T,? extends A> img)Creates a newTinstance which is linked toimg.Method parameters in net.imglib2.type with type arguments of type NativeImg Modifier and Type Method Description static <T extends NativeType<T>,A extends BooleanAccess>
NativeTypeFactory<T,A>NativeTypeFactory. BOOLEAN(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends ByteAccess>
NativeTypeFactory<T,A>NativeTypeFactory. BYTE(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends CharAccess>
NativeTypeFactory<T,A>NativeTypeFactory. CHAR(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends DoubleAccess>
NativeTypeFactory<T,A>NativeTypeFactory. DOUBLE(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends FloatAccess>
NativeTypeFactory<T,A>NativeTypeFactory. FLOAT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends IntAccess>
NativeTypeFactory<T,A>NativeTypeFactory. INT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends LongAccess>
NativeTypeFactory<T,A>NativeTypeFactory. LONG(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)static <T extends NativeType<T>,A extends ShortAccess>
NativeTypeFactory<T,A>NativeTypeFactory. SHORT(java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType)Constructors in net.imglib2.type with parameters of type NativeImg Constructor Description AbstractBit64Type(NativeImg<?,? extends LongAccess> bitStorage, int nBits)AbstractBitType(NativeImg<?,? extends LongAccess> bitStorage, int nBits)Constructor parameters in net.imglib2.type with type arguments of type NativeImg Constructor Description NativeTypeFactory(PrimitiveType primitiveType, java.util.function.Function<NativeImg<T,? extends A>,T> createLinkedType) -
Uses of NativeImg in net.imglib2.type.label
Fields in net.imglib2.type.label declared as NativeImg Modifier and Type Field Description protected NativeImg<?,? extends CharAccess>BasePairCharType. imgConstructors in net.imglib2.type.label with parameters of type NativeImg Constructor Description BasePairBitType(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 NativeImg Modifier and Type Field Description protected NativeImg<?,? extends LongAccess>BitType. imgprotected NativeImg<?,? extends BooleanAccess>NativeBoolType. imgConstructors in net.imglib2.type.logic with parameters of type NativeImg Constructor Description BitType(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 NativeImg Modifier and Type Field Description protected NativeImg<?,? extends IntAccess>ARGBType. imgprotected NativeImg<?,? extends DoubleAccess>NativeARGBDoubleType. imgConstructors in net.imglib2.type.numeric with parameters of type NativeImg Constructor Description ARGBType(NativeImg<?,? extends IntAccess> intStorage)NativeARGBDoubleType(NativeImg<?,? extends DoubleAccess> img) -
Uses of NativeImg in net.imglib2.type.numeric.complex
Fields in net.imglib2.type.numeric.complex declared as NativeImg Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>ComplexDoubleType. imgprotected NativeImg<?,? extends FloatAccess>ComplexFloatType. imgConstructors in net.imglib2.type.numeric.complex with parameters of type NativeImg Constructor Description ComplexDoubleType(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 NativeImg Modifier and Type Field Description protected NativeImg<?,? extends ByteAccess>GenericByteType. imgprotected NativeImg<?,? extends IntAccess>GenericIntType. imgprotected NativeImg<?,? extends LongAccess>GenericLongType. imgprotected NativeImg<?,? extends ShortAccess>GenericShortType. imgprotected NativeImg<?,? extends LongAccess>Unsigned128BitType. img -
Uses of NativeImg in net.imglib2.type.numeric.real
Fields in net.imglib2.type.numeric.real declared as NativeImg Modifier and Type Field Description protected NativeImg<?,? extends DoubleAccess>DoubleType. imgprotected NativeImg<?,? extends FloatAccess>FloatType. imgConstructors in net.imglib2.type.numeric.real with parameters of type NativeImg Constructor Description DoubleType(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 NativeImg Modifier and Type Field Description protected NativeImg<?,? extends VolatileIntAccess>VolatileARGBType. imgprotected NativeImg<?,? extends VolatileByteAccess>VolatileByteType. imgprotected NativeImg<?,? extends VolatileDoubleAccess>VolatileDoubleType. imgprotected NativeImg<?,? extends VolatileFloatAccess>VolatileFloatType. imgprotected NativeImg<?,? extends VolatileIntAccess>VolatileIntType. imgprotected NativeImg<?,? extends VolatileLongAccess>VolatileLongType. imgprotected NativeImg<?,? extends VolatileShortAccess>VolatileShortType. imgprotected NativeImg<?,? extends VolatileByteAccess>VolatileUnsignedByteType. imgprotected NativeImg<?,? extends VolatileIntAccess>VolatileUnsignedIntType. imgprotected NativeImg<?,? extends VolatileLongAccess>VolatileUnsignedLongType. imgprotected NativeImg<?,? extends VolatileShortAccess>VolatileUnsignedShortType. img
-