Uses of Class
net.imglib2.type.volatiles.AbstractVolatileNumericType
-
Packages that use AbstractVolatileNumericType Package Description net.imglib2.type.volatiles -
-
Uses of AbstractVolatileNumericType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type AbstractVolatileNumericType Modifier and Type Class Description class
AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>>
Abstract base class forVolatileNumericType
s that wrap aNumericType
that is either VALID or INVALID.Subclasses of AbstractVolatileNumericType in net.imglib2.type.volatiles Modifier and Type Class Description class
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.
-