Class VolatileNumericType<T extends NumericType<T>>
java.lang.Object
net.imglib2.Volatile<T>
net.imglib2.type.volatiles.AbstractVolatileNumericType<T, VolatileNumericType<T>>
net.imglib2.type.volatiles.VolatileNumericType<T>
- All Implemented Interfaces:
NumericType<VolatileNumericType<T>>, Add<VolatileNumericType<T>>, Div<VolatileNumericType<T>>, Mul<VolatileNumericType<T>>, MulFloatingPoint, Pow<VolatileNumericType<T>>, PowFloatingPoint, SetOne, SetZero, Sub<VolatileNumericType<T>>, ValueEquals<VolatileNumericType<T>>, Type<VolatileNumericType<T>>
public class VolatileNumericType<T extends NumericType<T>>
extends AbstractVolatileNumericType<T, VolatileNumericType<T>>
Something volatile that has a value and is either VALID or INVALID.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary