Uses of Interface
net.imglib2.type.NativeType
-
-
Uses of NativeType in net.imglib2.blocks
Classes in net.imglib2.blocks with type parameters of type NativeType Modifier and Type Class Description (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 NativeType Modifier and Type Field Description private RViewProperties. rootTypeprivate TFallbackPrimitiveBlocks. typeprivate TFallbackProperties. viewTypeprivate TViewProperties. viewTypeMethods in net.imglib2.blocks with type parameters of type NativeType Modifier and Type Method Description static <A extends NativeType<A>,B extends NativeType<B>>
ConvertConvert. create(A srcType, B destType, java.util.function.Supplier<Converter<A,B>> converterSupplier)static <A extends NativeType<A>,B extends NativeType<B>>
ConvertConvert. create(A srcType, B destType, java.util.function.Supplier<Converter<A,B>> converterSupplier)(package private) static <T extends NativeType<T>>
java.lang.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>>
java.util.function.Function<java.lang.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 NativeType Modifier and Type Class Description classArrayImgAWTScreenImage<T extends NativeType<T>,A extends DataAccess>AnAWTScreenImagethat is anArrayImg.Methods in net.imglib2.display.screenimage.awt with type parameters of type NativeType Modifier and Type Method Description static <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 NativeType Modifier and Type Class Description classAbstractNativeImg<T extends NativeType<T>,A>TODOclassNativeImgFactory<T extends NativeType<T>>TODO: get rid ofNativeImgFactory???Fields in net.imglib2.img declared as NativeType Modifier and Type Field Description protected TAbstractNativeImg. linkedType -
Uses of NativeType in net.imglib2.img.array
Classes in net.imglib2.img.array with type parameters of type NativeType Modifier and Type Class Description classAbstractArrayCursor<T extends NativeType<T>>classAbstractArrayLocalizingCursor<T extends NativeType<T>>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.classArrayLocalizingCursor<T extends NativeType<T>>(package private) classArrayLocalizingSpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArrayLocalizingSubIntervalCursor<T extends NativeType<T>>LocalizingAbstractArrayLocalizingCursoron anArrayImg.classArrayRandomAccess<T extends NativeType<T>>RandomAccesson anArrayImg.(package private) classArraySpliterator<T extends NativeType<T>>LocalizableSpliterator for ArrayImg.classArraySubIntervalCursor<T extends NativeType<T>>Fields in net.imglib2.img.array declared as NativeType Modifier and Type Field Description protected TAbstractArrayCursor. typeAn instance of Tprotected TAbstractArrayLocalizingCursor. typeAn instance of T.private TArrayLocalizingSpliterator. typeprotected TArrayRandomAccess. typeprivate TArraySpliterator. type -
Uses of NativeType in net.imglib2.img.basictypeaccess
Methods in net.imglib2.img.basictypeaccess with type parameters of type NativeType Modifier and Type Method Description static <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, java.util.Set<AccessFlags> flags) -
Uses of NativeType in net.imglib2.img.basictypeaccess.nio
Methods in net.imglib2.img.basictypeaccess.nio with type parameters of type NativeType Modifier and Type Method Description static <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, java.util.Set<AccessFlags> flags) -
Uses of NativeType in net.imglib2.img.cell
Classes in net.imglib2.img.cell with type parameters of type NativeType 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.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 Modifier and Type Field Description protected TCellCursor. typeprotected TCellLocalizingCursor. typeprotected TCellRandomAccess. typeprivate TCellSpliterator. type -
Uses of NativeType in net.imglib2.img.planar
Classes in net.imglib2.img.planar with type parameters of type NativeType Modifier and Type Class Description classPlanarCursor<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 NativeType Modifier and Type Field Description protected TPlanarCursor. typeprotected TPlanarLocalizingCursor. typeprivate TPlanarPlaneSubsetCursor. typeAccess to the typeprivate TPlanarPlaneSubsetLocalizingCursor. typeAccess to the typeprotected TPlanarRandomAccess. typeprivate TPlanarSpliterator. type -
Uses of NativeType in net.imglib2.img.sparse
Classes in net.imglib2.img.sparse with type parameters of type NativeType Modifier and Type Class Description classNtreeCursor<T extends NativeType<T>>classNtreeImg<T extends NativeType<T>,A extends NtreeAccess<?,A>>classNtreeImgFactory<T extends NativeType<T>>classNtreeRandomAccess<T extends NativeType<T>>Fields in net.imglib2.img.sparse declared as NativeType Modifier and Type Field Description private TNtreeCursor. typeprivate TNtreeRandomAccess. type -
Uses of NativeType in net.imglib2.kdtree
Methods in net.imglib2.kdtree with type parameters of type NativeType Modifier and Type Method Description (package private) static <T extends NativeType<T>>
Img<T>KDTreeUtils. orderValuesImg(int[] invtree, java.lang.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 NativeType Modifier and Type Method Description <T extends NativeType<T>>
Img<T>RandomImgs. nextImage(T type, long... dims)Creates an image with randomized content<T extends NativeType<T>>
RandomAccessibleInterval<T>RandomImgs. nextImage(T type, Interval interval)Creates an image with randomized content. -
Uses of NativeType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type NativeType Modifier and Type Interface Description interfaceNativeType<T extends NativeType<T>>ANativeTypeis aTypethat that provides access to data stored in Java primitive arrays.classNativeTypeFactory<T extends NativeType<T>,A>Classes in net.imglib2.type that implement NativeType Modifier and Type Class Description classAbstractBit64Type<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 NativeType 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) -
Uses of NativeType in net.imglib2.type.label
Classes in net.imglib2.type.label that implement NativeType Modifier and Type Class Description classBasePairBitTypeRepresentation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Baseenumeration.classBasePairCharTypeRepresentation 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 Modifier and Type Class Description classBitTypeTODOclassNativeBoolTypeNativeTypebacked byboolean. -
Uses of NativeType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric that implement NativeType Modifier and Type Class Description classARGBTypeAnativeNumericTypethat 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.classNativeARGBDoubleType -
Uses of NativeType in net.imglib2.type.numeric.complex
Classes in net.imglib2.type.numeric.complex that implement NativeType Modifier and Type Class Description classComplexDoubleTypeTODOclassComplexFloatTypeTODO -
Uses of NativeType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement NativeType Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classByteTypeTODOclassGenericByteType<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.classIntTypeTODOclassLongTypeTODOclassShortTypeTODOclassUnsigned128BitTypeATypewith a bit depth of 128.classUnsigned12BitTypeA 12-bitTypewhose data is stored in aLongAccess.classUnsigned2BitTypeATypewith a bit depth of 2.classUnsigned4BitTypeATypewith a bit depth of 4.classUnsignedByteTypeTODOclassUnsignedIntTypeTODOclassUnsignedLongTypeTODOclassUnsignedShortTypeTODOclassUnsignedVariableBitLengthTypeATypewith 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 Modifier and Type Class Description classDoubleTypeTODOclassFloatTypeTODO -
Uses of NativeType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type NativeType Modifier and Type Class Description classAbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>,T extends AbstractVolatileNativeNumericType<N,T>>classAbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>,T extends AbstractVolatileNativeRealType<R,T>> -
Uses of NativeType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type NativeType Modifier and Type Method Description static <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)
-