Package | Description |
---|---|
net.imglib2.interpolation.randomaccess | |
net.imglib2.type.volatiles |
Modifier and Type | Class and Description |
---|---|
class |
ClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>
N-linear interpolator for volatile ARGB values with overflow check.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileNumericType<N extends NumericType<N>,T extends AbstractVolatileNumericType<N,T>>
Abstract base class for
VolatileNumericType s that wrap a
NumericType that is either VALID or INVALID. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>,T extends AbstractVolatileNativeNumericType<N,T>>
|
class |
VolatileARGBType
A
Volatile variant of UnsignedShortType . |
class |
VolatileNumericType<T extends NumericType<T>>
Something volatile that has a value and is either VALID or INVALID.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.