Uses of Interface
net.imglib2.type.numeric.IntegerType
-
-
Uses of IntegerType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type IntegerType Modifier and Type Method Description voidRealTypeConverterInternals.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 IntegerType Modifier and Type Class Description classInteger1dBinMapper<T extends IntegerType<T>>Maps integer values into a 1-d set of bins.Methods in net.imglib2.histogram with type parameters of type IntegerType Modifier and Type Method Description static <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 IntegerType Modifier and Type Method Description static 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 IntegerType Modifier and Type Class Description classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
Uses of IntegerType in net.imglib2.type.numeric
Classes in net.imglib2.type.numeric with type parameters of type IntegerType Modifier and Type Interface Description interfaceIntegerType<T extends IntegerType<T>>TODO -
Uses of IntegerType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer that implement IntegerType Modifier and Type Class Description classAbstractIntegerBitType<T extends AbstractIntegerBitType<T>>The performance of this type is traded off for the gain in memory storage.classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOclassByteTypeTODOclassGenericByteType<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.Fields in net.imglib2.type.numeric.integer with type parameters of type IntegerType Modifier and Type Field Description private static java.util.List<? extends IntegerType<?>>IntegerTypes. signedTypesprivate static java.util.List<? extends IntegerType<?>>IntegerTypes. unsignedTypesMethods in net.imglib2.type.numeric.integer that return IntegerType Modifier and Type Method Description static 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 IntegerType Modifier and Type Class Description private static classVolatileByteType.WrappedByteTypeprivate static classVolatileIntType.WrappedIntTypeprivate static classVolatileLongType.WrappedLongTypeprivate static classVolatileShortType.WrappedShortTypeprivate static classVolatileUnsignedByteType.WrappedUnsignedByteTypeprivate static classVolatileUnsignedIntType.WrappedUnsignedIntTypeprivate static classVolatileUnsignedLongType.WrappedUnsignedLongTypeprivate static classVolatileUnsignedShortType.WrappedUnsignedShortType -
Uses of IntegerType in net.imglib2.util
Methods in net.imglib2.util with type parameters of type IntegerType Modifier and Type Method Description static <T extends IntegerType<T>>
voidImgUtil. copy(int[] src, int offset, int[] stride, Img<T> dest)static <T extends IntegerType<T>>
voidImgUtil. copy(long[] src, int offset, int[] stride, Img<T> dest)static <T extends IntegerType<T>>
voidImgUtil. copy(Img<T> src, int[] dest, int offset, int[] stride)static <T extends IntegerType<T>>
voidImgUtil. copy(Img<T> src, long[] dest, int offset, int[] stride)static <T extends IntegerType<T>>
voidImgUtil. copy(Img<T> src, short[] dest, int offset, int[] stride)Method parameters in net.imglib2.util with type arguments of type IntegerType Modifier and Type Method Description static java.util.Collection<java.math.BigInteger>FlatCollections. bigIntegerCollection(IterableInterval<? extends IntegerType<?>> image)Wraps anIntegerTypeiterable image as a collection.static java.util.List<java.math.BigInteger>FlatCollections. bigIntegerList(RandomAccessibleInterval<? extends IntegerType<?>> image)Wraps aIntegerTyperandom-accessible image as a list.static java.util.Collection<java.lang.Integer>FlatCollections. integerCollection(IterableInterval<? extends IntegerType<?>> image)Wraps anIntegerTypeiterable image as a collection.static java.util.List<java.lang.Integer>FlatCollections. integerList(RandomAccessibleInterval<? extends IntegerType<?>> image)Wraps anIntegerTyperandom-accessible image as a list.static java.util.Collection<java.lang.Long>FlatCollections. longCollection(IterableInterval<? extends IntegerType<?>> image)Wraps anIntegerTypeiterable image as a collection.static java.util.List<java.lang.Long>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 IntegerType Modifier and Type Method Description static <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.
-