Uses of Class
net.imglib2.type.volatiles.AbstractVolatileNumericType
Packages that use AbstractVolatileNumericType
-
Uses of AbstractVolatileNumericType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type AbstractVolatileNumericTypeModifier and TypeClassDescriptionclassN-linear interpolator for volatile ARGB values with overflow check. -
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 TypeClassDescriptionclassAbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>, T extends AbstractVolatileNativeNumericType<N,T>> classAVolatilevariant ofUnsignedShortType.classVolatileNumericType<T extends NumericType<T>>Something volatile that has a value and is either VALID or INVALID.