Uses of Class
net.imglib2.type.volatiles.AbstractVolatileRealType
-
Packages that use AbstractVolatileRealType Package Description net.imglib2.interpolation.randomaccess net.imglib2.type.volatiles -
-
Uses of AbstractVolatileRealType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type AbstractVolatileRealType Modifier and Type Class Description classClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>N-linear interpolator forRealTypevalues with overflow check. -
Uses of AbstractVolatileRealType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type AbstractVolatileRealType Modifier and Type Class Description classAbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>Abstract base class forVolatileRealTypes that wrapRealType.Subclasses of AbstractVolatileRealType in net.imglib2.type.volatiles Modifier and Type Class Description classAbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>,T extends AbstractVolatileNativeRealType<R,T>>classVolatileByteTypeclassVolatileDoubleTypeAVolatilevariant ofDoubleType.classVolatileFloatTypeclassVolatileIntTypeclassVolatileLongTypeclassVolatileRealType<T extends RealType<T>>Something volatile that has a value and is either VALID or INVALID.classVolatileShortTypeclassVolatileUnsignedByteTypeAVolatilevariant ofUnsignedByteType.classVolatileUnsignedIntTypeAVolatilevariant ofUnsignedIntType.classVolatileUnsignedLongTypeAVolatilevariant ofUnsignedLongType.classVolatileUnsignedShortTypeAVolatilevariant ofUnsignedShortType.
-