Uses of Interface
net.imglib2.type.NativeType
Packages that use NativeType
Package
Description
-
Uses of NativeType in net.imglib2.blocks
Classes in net.imglib2.blocks with type parameters of type NativeTypeModifier and TypeClassDescription(package private) static classConvertImpl.ConvertGeneric<A extends NativeType<A>, B extends NativeType<B>>(package private) static classConvertImpl.ConvertGeneric<A extends NativeType<A>, B extends NativeType<B>>(package private) classFallbackPrimitiveBlocks<T extends NativeType<T>, A extends ArrayDataAccess<A>>(package private) classFallbackProperties<T extends NativeType<T>>interfacePrimitiveBlocks<T extends NativeType<T>>Copy blocks of data out of aNativeType<T>source into primitive arrays (of the appropriate type).(package private) classViewPrimitiveBlocks<T extends NativeType<T>, R extends NativeType<R>>(package private) classViewPrimitiveBlocks<T extends NativeType<T>, R extends NativeType<R>>(package private) classViewProperties<T extends NativeType<T>, R extends NativeType<R>>Data that describesRandomAccessibleView that can be copied from usingViewPrimitiveBlocks.(package private) classViewProperties<T extends NativeType<T>, R extends NativeType<R>>Data that describesRandomAccessibleView that can be copied from usingViewPrimitiveBlocks.(package private) classViewPropertiesOrError<T extends NativeType<T>, R extends NativeType<R>>(package private) classViewPropertiesOrError<T extends NativeType<T>, R extends NativeType<R>>Fields in net.imglib2.blocks declared as NativeTypeModifier and TypeFieldDescriptionprivate final RViewProperties.rootTypeprivate final TFallbackPrimitiveBlocks.typeprivate final TFallbackProperties.viewTypeprivate final TViewProperties.viewTypeMethods in net.imglib2.blocks with type parameters of type NativeTypeModifier and TypeMethodDescriptionstatic <A extends NativeType<A>, B extends NativeType<B>>
Convertstatic <A extends NativeType<A>, B extends NativeType<B>>
Convert(package private) static <T extends NativeType<T>>
ObjectPrimitiveBlocksUtils.extractOobValue(T type, Extension extension) private <T extends NativeType<T>>
FallbackProperties<T> ViewAnalyzer.getFallbackProperties()private <T extends NativeType<T>, R extends NativeType<R>>
ViewProperties<T, R> ViewAnalyzer.getViewProperties()private <T extends NativeType<T>, R extends NativeType<R>>
ViewProperties<T, R> ViewAnalyzer.getViewProperties()static <T extends NativeType<T>, R extends NativeType<R>>
ViewPropertiesOrError<T, R> ViewAnalyzer.getViewProperties(RandomAccessible<T> view) static <T extends NativeType<T>, R extends NativeType<R>>
ViewPropertiesOrError<T, R> ViewAnalyzer.getViewProperties(RandomAccessible<T> view) static <T extends NativeType<T>>
PrimitiveBlocks<T> PrimitiveBlocks.of(RandomAccessible<T> ra) Create aPrimitiveBlocksaccessor for an arbitraryRandomAccessiblesource.static <T extends NativeType<T>>
PrimitiveBlocks<T> PrimitiveBlocks.of(RandomAccessible<T> ra, PrimitiveBlocks.OnFallback onFallback) Create aPrimitiveBlocksaccessor for an arbitraryRandomAccessiblesource.(package private) static <T extends NativeType<T>, A extends ArrayDataAccess<A>>
Function<Object, T> ConvertImpl.ConvertGeneric.wrapperForType(T type) -
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 extends DataAccess>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>>TODO: get rid ofNativeImgFactory???Fields 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 extends DataAccess>ThisImgstores an image in a single linear array of basic types.classArrayImgFactory<T extends NativeType<T>>Factory forArrayImgs.final classArrayLocalizingCursor<T extends NativeType<T>>(package private) classArrayLocalizingSpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.final classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.(package private) classArraySpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.final classArraySubIntervalCursor<T extends NativeType<T>>Fields in net.imglib2.img.array declared as NativeType -
Uses of NativeType in net.imglib2.img.basictypeaccess
Methods in net.imglib2.img.basictypeaccess with type parameters of type NativeTypeModifier and TypeMethodDescriptionstatic <T extends NativeType<T>, A extends ArrayDataAccess<A>>
AArrayDataAccessFactory.get(T type) static <T extends NativeType<T>, A extends ArrayDataAccess<A>>
AArrayDataAccessFactory.get(T type, Set<AccessFlags> flags) -
Uses of NativeType in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio with type parameters of type NativeTypeModifier and TypeMethodDescriptionstatic <T extends NativeType<T>, A extends BufferAccess<A>>
ABufferDataAccessFactory.get(T type) static <T extends NativeType<T>, A extends BufferAccess<A>>
ABufferDataAccessFactory.get(T type, Set<AccessFlags> flags) -
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 extends DataAccess, 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 extends DataAccess>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.(package private) classCellSpliterator<T extends NativeType<T>, C extends Cell<?>>LocalizableSpliterator forCellImg.classLazyCellImg<T extends NativeType<T>, A extends DataAccess>AAbstractCellImgthat obtains its Cells lazily when they are accessed.Fields in net.imglib2.img.cell declared as NativeType -
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 a 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.(package private) classPlanarSpliterator<T extends NativeType<T>>LocalizableSpliterator forPlanarImg.Fields in net.imglib2.img.planar declared as NativeTypeModifier and TypeFieldDescriptionprotected final TPlanarCursor.typeprotected final TPlanarLocalizingCursor.typeprivate final TPlanarPlaneSubsetCursor.typeAccess to the typeprivate final TPlanarPlaneSubsetLocalizingCursor.typeAccess to the typeprotected final TPlanarRandomAccess.typeprivate final TPlanarSpliterator.type -
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>>Fields in net.imglib2.img.sparse declared as NativeType -
Uses of NativeType in net.imglib2.kdtree
Methods in net.imglib2.kdtree with type parameters of type NativeTypeModifier and TypeMethodDescription(package private) static <T extends NativeType<T>>
Img<T> KDTreeUtils.orderValuesImg(int[] invtree, Iterable<T> values) Re-order the nodevaluesto form a tree corresponding to the index arraytree'={0,1,2,...}. -
Uses of NativeType in net.imglib2.test
Methods in net.imglib2.test with type parameters of type NativeTypeModifier and TypeMethodDescription<T extends NativeType<T>>
Img<T> RandomImgs.nextImage(T type, long... dims) Creates an image with randomized content<T extends NativeType<T>>
RandomAccessibleInterval<T> Creates an image with randomized content. -
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.final classNativeTypeFactory<T extends NativeType<T>, A>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>>TODOMethods in net.imglib2.type with type parameters of type NativeTypeModifier 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> -
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.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type NativeTypeModifier and TypeClassDescriptionclassAbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>, T extends AbstractVolatileNativeNumericType<N,T>> classAbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>, T extends AbstractVolatileNativeRealType<R,T>> Classes in net.imglib2.type.volatiles that implement NativeTypeModifier and TypeClassDescriptionclassAbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>, T extends AbstractVolatileNativeNumericType<N,T>> classAbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>, T extends AbstractVolatileNativeRealType<R,T>> classAVolatilevariant ofUnsignedShortType.private static classclassprivate static classclassAVolatilevariant ofDoubleType.private static classclassprivate static classclassprivate static classclassprivate static classclassprivate static classclassAVolatilevariant ofUnsignedByteType.private static classclassAVolatilevariant ofUnsignedIntType.private static classclassAVolatilevariant ofUnsignedLongType.private static classclassAVolatilevariant ofUnsignedShortType.private static class -
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)