Uses of Interface
net.imglib2.type.numeric.IntegerType
Packages that use IntegerType
Package
Description
-
Uses of IntegerType in net.imglib2.converter
Classes in net.imglib2.converter that implement interfaces with type arguments of type IntegerTypeModifier and TypeClassDescriptionstatic classConverts viaIntegerType.getInteger().static classConverts viaIntegerType.getInteger().static classConverts viaIntegerType.getInteger().static classConverts viaIntegerType.getInteger().Methods in net.imglib2.converter with parameters of type IntegerTypeModifier and TypeMethodDescriptionvoidRealTypeConverterInternals.IntegerConverter.convert(IntegerType<?> input, IntegerType<?> output) voidRealTypeConverterInternals.LongConverter.convert(IntegerType<?> input, IntegerType<?> output) -
Uses of IntegerType in net.imglib2.histogram
Classes in net.imglib2.histogram with type parameters of type IntegerTypeModifier and TypeClassDescriptionclassInteger1dBinMapper<T extends IntegerType<T>>Maps integer values into a 1-d set of bins.Methods in net.imglib2.histogram with type parameters of type IntegerTypeModifier and TypeMethodDescriptionstatic <K extends IntegerType<K>>
HistogramNd<K> Integer1dBinMapper.histogramNd(long[] minVals, long[] numBins, boolean[] tailBins) This is a convenience method for creating aHistogramNdfrom inputs that describe a set of integer 1-d based bin mappers. -
Uses of IntegerType in net.imglib2.test
Method parameters in net.imglib2.test with type arguments of type IntegerTypeModifier and TypeMethodDescriptionstatic voidImgLib2Assert.assertImageEqualsIntegerType(RandomAccessibleInterval<? extends IntegerType<?>> expected, RandomAccessibleInterval<? extends IntegerType<?>> actual) Throws an AssertionError, if the content or intervals of the two images differ. -
Uses of IntegerType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement IntegerTypeModifier and TypeClassDescriptionclassTODOclassABooleanTypewrapping a single primitivebooleanvariable.classNativeTypebacked byboolean. -
Uses of IntegerType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric with type parameters of type IntegerType -
Uses of IntegerType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement IntegerTypeModifier and TypeClassDescriptionclassAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassTODOclassGenericByteType<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.Fields in net.imglib2.type.numeric.integer with type parameters of type IntegerTypeModifier and TypeFieldDescriptionprivate static List<? extends IntegerType<?>> IntegerTypes.signedTypesprivate static List<? extends IntegerType<?>> IntegerTypes.unsignedTypesMethods in net.imglib2.type.numeric.integer that return IntegerTypeModifier and TypeMethodDescriptionstatic IntegerType<?> IntegerTypes.smallestType(boolean signed, long max) Get anIntegerTypethat can hold the givenmaxvalue.static IntegerType<?> IntegerTypes.smallestType(long min, long max) -
Uses of IntegerType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles that implement IntegerTypeModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static class -
Uses of IntegerType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type IntegerTypeModifier and TypeMethodDescriptionstatic <T extends IntegerType<T>>
voidstatic <T extends IntegerType<T>>
voidstatic <T extends IntegerType<T>>
voidstatic <T extends IntegerType<T>>
voidstatic <T extends IntegerType<T>>
voidMethod parameters in net.imglib2.util with type arguments of type IntegerTypeModifier and TypeMethodDescriptionstatic Collection<BigInteger> FlatCollections.bigIntegerCollection(IterableInterval<? extends IntegerType<?>> image) Wraps anIntegerTypeiterable image as a collection.static List<BigInteger> FlatCollections.bigIntegerList(RandomAccessibleInterval<? extends IntegerType<?>> image) Wraps aIntegerTyperandom-accessible image as a list.static Collection<Integer> FlatCollections.integerCollection(IterableInterval<? extends IntegerType<?>> image) Wraps anIntegerTypeiterable image as a collection.FlatCollections.integerList(RandomAccessibleInterval<? extends IntegerType<?>> image) Wraps anIntegerTyperandom-accessible image as a list.static Collection<Long> FlatCollections.longCollection(IterableInterval<? extends IntegerType<?>> image) Wraps anIntegerTypeiterable image as a collection.FlatCollections.longList(RandomAccessibleInterval<? extends IntegerType<?>> image) Wraps anIntegerTyperandom-accessible image as a list. -
Uses of IntegerType in net.imglib2.view
Methods in net.imglib2.view with type parameters of type IntegerTypeModifier and TypeMethodDescriptionstatic <T extends IntegerType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, int value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends IntegerType<T>>
IntervalView<T> Views.expandValue(RandomAccessibleInterval<T> source, long value, long... border) Expand a RandomAccessibleInterval as specified by border.static <T extends IntegerType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, int value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.static <T extends IntegerType<T>, F extends RandomAccessibleInterval<T>>
ExtendedRandomAccessibleInterval<T, F> Views.extendValue(F source, long value) Extend a RandomAccessibleInterval with a constant-value out-of-bounds strategy.