Uses of Class
net.imglib2.type.volatiles.AbstractVolatileNumericType
Packages that use AbstractVolatileNumericType
-
Uses of AbstractVolatileNumericType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type AbstractVolatileNumericTypeModifier and TypeClassDescriptionclass
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.volatilesModifier and TypeClassDescriptionclass
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.