Uses of Interface
net.imglib2.type.numeric.IntegerType
-
Packages that use IntegerType Package Description net.imglib2.histogram net.imglib2.type.logic net.imglib2.type.numeric net.imglib2.type.numeric.integer net.imglib2.util -
-
Uses of IntegerType in net.imglib2.histogram
Classes in net.imglib2.histogram with type parameters of type IntegerType Modifier and Type Class Description class
Integer1dBinMapper<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 aHistogramNd
from inputs that describe a set of integer 1-d based bin mappers. -
Uses of IntegerType in net.imglib2.type.logic
Classes in net.imglib2.type.logic that implement IntegerType Modifier and Type Class Description class
BitType
TODOclass
BoolType
ABooleanType
wrapping a single primitiveboolean
variable. -
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 interface
IntegerType<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 class
AbstractIntegerBitType<T extends AbstractIntegerBitType<T>>
The performance of this type is traded off for the gain in memory storage.class
AbstractIntegerType<T extends AbstractIntegerType<T>>
TODOclass
ByteType
TODOclass
GenericByteType<T extends GenericByteType<T>>
TODOclass
GenericIntType<T extends GenericIntType<T>>
TODOclass
GenericLongType<T extends GenericLongType<T>>
Abstract superclass for Long types.class
GenericShortType<T extends GenericShortType<T>>
Abstract base class fornative
IntegerType
s that encode their value into a 16bit short.class
IntType
TODOclass
LongType
TODOclass
ShortType
TODOclass
Unsigned128BitType
AType
with a bit depth of 128.class
Unsigned12BitType
A 12-bitType
whose data is stored in aLongAccess
.class
Unsigned2BitType
AType
with a bit depth of 2.class
Unsigned4BitType
AType
with a bit depth of 4.class
UnsignedByteType
TODOclass
UnsignedIntType
TODOclass
UnsignedLongType
TODOclass
UnsignedShortType
TODOclass
UnsignedVariableBitLengthType
AType
with arbitrary bit depth up to maximum 64 bits. -
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)
-