Uses of Interface
net.imglib2.type.NativeType
Packages that use NativeType
Package
Description
-
Uses of NativeType in net.imglib2.display.screenimage.awt
Classes in net.imglib2.display.screenimage.awt with type parameters of type NativeTypeModifier and TypeClassDescriptionclassArrayImgAWTScreenImage<T extends NativeType<T>,A> AnAWTScreenImagethat is anArrayImg.Methods in net.imglib2.display.screenimage.awt with type parameters of type NativeTypeModifier and TypeMethodDescriptionstatic <T extends NativeType<T>>
ArrayImgAWTScreenImage<T, ?> AWTScreenImageUtil.emptyScreenImage(T type, long[] dims) Get an appropriateAWTScreenImagegiven a type and the dimensionality of the incoming image. -
Uses of NativeType in net.imglib2.img
Classes in net.imglib2.img with type parameters of type NativeTypeModifier and TypeClassDescriptionclassAbstractNativeImg<T extends NativeType<T>,A> TODOclassNativeImgFactory<T extends NativeType<T>>TODOFields in net.imglib2.img declared as NativeType -
Uses of NativeType in net.imglib2.img.array
Classes in net.imglib2.img.array with type parameters of type NativeTypeModifier and TypeClassDescriptionclassAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>final classArrayCursor<T extends NativeType<T>>classArrayImg<T extends NativeType<T>,A> ThisImgstores an image in a single linear array of basic types.classArrayImgFactory<T extends NativeType<T>>final classArrayLocalizingCursor<T extends NativeType<T>>final classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.final classArraySubIntervalCursor<T extends NativeType<T>>Fields in net.imglib2.img.array declared as NativeType -
Uses of NativeType in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type NativeTypeModifier 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.classCellCursor<T extends NativeType<T>,C extends Cell<?>> Cursoron aAbstractCellImg.classCellImg<T extends NativeType<T>,A> classCellImgFactory<T extends NativeType<T>>Factory for creatingCellImgs.classCellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>> LocalizingCursoron aAbstractCellImg.classCellRandomAccess<T extends NativeType<T>,C extends Cell<?>> RandomAccesson aAbstractCellImg.classLazyCellImg<T extends NativeType<T>,A> AAbstractCellImgthat obtains its Cells lazily when they are accessed.Fields in net.imglib2.img.cell declared as NativeTypeModifier and TypeFieldDescriptionprotected final TCellCursor.typeprotected final TCellLocalizingCursor.typeprotected final TCellRandomAccess.typeMethods in net.imglib2.img.cell with parameters of type NativeTypeModifier 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 NativeType in net.imglib2.img.planar
Classes in net.imglib2.img.planar with type parameters of type NativeTypeModifier and TypeClassDescriptionclassPlanarCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarCursor1D<T extends NativeType<T>>Basic Iterator for 1dPlanarContainersclassPlanarCursor2D<T extends NativeType<T>>Basic Iterator for 2dPlanarContainersclassPlanarImg<T extends NativeType<T>,A extends ArrayDataAccess<A>> ANativeImgthat stores data in an list of primitive arrays, one per image plane.classPlanarImgFactory<T extends NativeType<T>>Factory that creates an appropriatePlanarImg.classPlanarLocalizingCursor<T extends NativeType<T>>Localizing Iterator for aPlanarContainersclassPlanarLocalizingCursor1D<T extends NativeType<T>>TODOclassPlanarLocalizingCursor2D<T extends NativeType<T>>TODOclassPlanarPlaneSubsetCursor<T extends NativeType<T>>Basic Iterator forPlanarContainersclassPlanarPlaneSubsetLocalizingCursor<T extends NativeType<T>>Cursor optimized for one plane in an PlanarImg.classPlanarRandomAccess<T extends NativeType<T>>RandomAccesson aPlanarImg.classPlanarRandomAccess1D<T extends NativeType<T>>RandomAccessfor a 1-dimensionalPlanarImg.Fields in net.imglib2.img.planar declared as NativeType -
Uses of NativeType in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse with type parameters of type NativeTypeModifier and TypeClassDescriptionfinal classNtreeCursor<T extends NativeType<T>>final classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?, A>> classNtreeImgFactory<T extends NativeType<T>>final classNtreeRandomAccess<T extends NativeType<T>> -
Uses of NativeType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type NativeTypeModifier and TypeInterfaceDescriptioninterfaceNativeType<T extends NativeType<T>>ANativeTypeis aTypethat that provides access to data stored in Java primitive arrays.Classes in net.imglib2.type that implement NativeTypeModifier and TypeClassDescriptionclassAbstractBit64Type<T extends AbstractBit64Type<T>>ATypewith arbitrary bit depth up to maximum 64 bits.classAbstractBitType<T extends AbstractBitType<T>>Provides basic infrastructure to implement Types based on single bits stored in a LongAccessclassAbstractNativeType<T extends AbstractNativeType<T>>TODO -
Uses of NativeType in net.imglib2.type.label
Classes in net.imglib2.type.label that implement NativeTypeModifier and TypeClassDescriptionclassRepresentation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration.classRepresentation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration. -
Uses of NativeType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement NativeType -
Uses of NativeType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric that implement NativeTypeModifier and TypeClassDescriptionclassAnativeNumericTypethat encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ.class -
Uses of NativeType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement NativeType -
Uses of NativeType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement NativeTypeModifier and TypeClassDescriptionclassAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classTODOclassGenericByteType<T extends GenericByteType<T>>TODOclassGenericIntType<T extends GenericIntType<T>>TODOclassGenericLongType<T extends GenericLongType<T>>Abstract superclass for Long types.classGenericShortType<T extends GenericShortType<T>>Abstract base class fornativeIntegerTypes that encode their value into a 16bit short.classTODOclassTODOclassTODOclassATypewith a bit depth of 128.classA 12-bitTypewhose data is stored in aLongAccess.classATypewith a bit depth of 2.classATypewith a bit depth of 4.classTODOclassTODOclassTODOclassTODOclassATypewith arbitrary bit depth up to maximum 64 bits. -
Uses of NativeType in net.imglib2.type.numeric.real
Classes in net.imglib2.type.numeric.real that implement NativeType -
Uses of NativeType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type NativeTypeModifier and TypeMethodDescriptionstatic <T extends NativeType<T>>
ImgFactory<T> Util.getArrayOrCellImgFactory(Dimensions targetSize, int targetCellSize, T type) static <T extends NativeType<T>>
ImgFactory<T> Util.getArrayOrCellImgFactory(Dimensions targetSize, T type)