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