Package | Description |
---|---|
net.imglib2.interpolation.randomaccess | |
net.imglib2.type.volatiles |
Modifier and Type | Class and Description |
---|---|
class |
ClampingNLinearInterpolatorVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
N-linear interpolator for
RealType values with overflow check. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileRealType<R extends RealType<R>,T extends AbstractVolatileRealType<R,T>>
Abstract base class for
VolatileRealType s that wrap RealType . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>,T extends AbstractVolatileNativeRealType<R,T>>
|
class |
VolatileByteType
|
class |
VolatileDoubleType
A
Volatile variant of DoubleType . |
class |
VolatileFloatType
|
class |
VolatileIntType
|
class |
VolatileLongType
|
class |
VolatileRealType<T extends RealType<T>>
Something volatile that has a value and is either VALID or INVALID.
|
class |
VolatileShortType
|
class |
VolatileUnsignedByteType
A
Volatile variant of UnsignedByteType . |
class |
VolatileUnsignedIntType
A
Volatile variant of UnsignedIntType . |
class |
VolatileUnsignedLongType
A
Volatile variant of UnsignedLongType . |
class |
VolatileUnsignedShortType
A
Volatile variant of UnsignedShortType . |
Copyright © 2015–2022 ImgLib2. All rights reserved.