Uses of Class
net.imglib2.type.volatiles.AbstractVolatileRealType
Packages that use AbstractVolatileRealType
-
Uses of AbstractVolatileRealType in net.imglib2.type.volatiles
Classes in net.imglib2.type.volatiles with type parameters of type AbstractVolatileRealTypeModifier and TypeClassDescriptionclass
AbstractVolatileRealType<R extends RealType<R>,
T extends AbstractVolatileRealType<R, T>> Abstract base class forVolatileRealType
s that wrapRealType
.Subclasses of AbstractVolatileRealType in net.imglib2.type.volatilesModifier and TypeClassDescriptionclass
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID.