Uses of Class
net.imglib2.type.numeric.integer.AbstractIntegerType
-
Packages that use AbstractIntegerType Package Description net.imglib2.type.logic net.imglib2.type.numeric.integer -
-
Uses of AbstractIntegerType in net.imglib2.type.logic
Subclasses of AbstractIntegerType in net.imglib2.type.logic Modifier and Type Class Description class
BitType
TODOclass
BoolType
ABooleanType
wrapping a single primitiveboolean
variable. -
Uses of AbstractIntegerType in net.imglib2.type.numeric.integer
Classes in net.imglib2.type.numeric.integer with type parameters of type AbstractIntegerType Modifier and Type Class Description class
AbstractIntegerType<T extends AbstractIntegerType<T>>
TODOSubclasses of AbstractIntegerType in net.imglib2.type.numeric.integer Modifier and Type Class Description class
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
UnsignedByteType
TODOclass
UnsignedIntType
TODOclass
UnsignedLongType
TODOclass
UnsignedShortType
TODO
-