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 TypeClassDescriptionclassAbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N, T>> Abstract base class forVolatileNumericTypes that wrap aNumericTypethat is either VALID or INVALID.Subclasses of AbstractVolatileNumericType in net.imglib2.type.volatilesModifier and TypeClassDescriptionclassVolatileNumericType<T extends NumericType<T>>Something volatile that has a value and is either VALID or INVALID.