Package net.imglib2.type.volatiles
Class VolatileNumericType<T extends NumericType<T>>
java.lang.Object
net.imglib2.Volatile<N>
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
,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.
- Author:
- Stephan Saalfeld
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary