Package net.imglib2.type.volatiles
-
Class Summary Class Description AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>> Abstract base class forVolatileNumericType
s that wrap aNumericType
that is either VALID or INVALID.AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>> Abstract base class forVolatileRealType
s that wrapRealType
.VolatileNumericType<T extends NumericType<T>> Something volatile that has a value and is either VALID or INVALID.VolatileRealType<T extends RealType<T>> Something volatile that has a value and is either VALID or INVALID.