Uses of Class
net.imglib2.type.numeric.integer.AbstractIntegerType
-
Packages that use AbstractIntegerType Package Description net.imglib2.type.logic net.imglib2.type.numeric.integer net.imglib2.type.volatiles -
-
Uses of AbstractIntegerType in net.imglib2.type.logic
Subclasses of AbstractIntegerType in net.imglib2.type.logic Modifier and Type Class Description classBitTypeTODOclassBoolTypeABooleanTypewrapping a single primitivebooleanvariable.classNativeBoolTypeNativeTypebacked byboolean. -
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 classAbstractIntegerType<T extends AbstractIntegerType<T>>TODOSubclasses of AbstractIntegerType in net.imglib2.type.numeric.integer Modifier and Type Class Description 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.classUnsignedByteTypeTODOclassUnsignedIntTypeTODOclassUnsignedLongTypeTODOclassUnsignedShortTypeTODO -
Uses of AbstractIntegerType in net.imglib2.type.volatiles
Subclasses of AbstractIntegerType in net.imglib2.type.volatiles 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
-