Uses of Class
net.imglib2.type.volatiles.AbstractVolatileNumericType
-
Packages that use AbstractVolatileNumericType Package Description net.imglib2.interpolation.randomaccess net.imglib2.type.volatiles -
-
Uses of AbstractVolatileNumericType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type AbstractVolatileNumericType Modifier and Type Class Description classClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>N-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 AbstractVolatileNumericType Modifier and Type Class Description classAbstractVolatileNumericType<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.volatiles Modifier and Type Class Description classAbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>,T extends AbstractVolatileNativeNumericType<N,T>>classVolatileARGBTypeAVolatilevariant ofUnsignedShortType.classVolatileNumericType<T extends NumericType<T>>Something volatile that has a value and is either VALID or INVALID.
-