| Class | Description |
|---|---|
| AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>> |
Abstract base class for
VolatileNumericTypes that wrap a
NumericType that is either VALID or INVALID. |
| AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>> |
Abstract base class for
VolatileRealTypes that wrap RealType. |
| 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.
|
Copyright © 2009–2017 ImgLib2. All rights reserved.