public class VolatileRealType<T extends RealType<T>> extends AbstractVolatileRealType<T,VolatileRealType<T>>
Constructor and Description |
---|
VolatileRealType(T t) |
VolatileRealType(T t,
boolean valid) |
Modifier and Type | Method and Description |
---|---|
VolatileRealType<T> |
copy()
|
VolatileRealType<T> |
createVariable()
Creates a new
Type variable which can only store one value. |
add, compareTo, complexConjugate, dec, div, equals, getBitsPerPixel, getImaginaryDouble, getImaginaryFloat, getMaxValue, getMinIncrement, getMinValue, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, hashCode, inc, mul, mul, mul, pow, pow, set, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setOne, setReal, setReal, setZero, sub, valueEquals
public VolatileRealType(T t, boolean valid)
public VolatileRealType(T t)
public VolatileRealType<T> createVariable()
Type
Type
variable which can only store one value.Type
variablepublic VolatileRealType<T> copy()
Type
Type
variableCopyright © 2015–2022 ImgLib2. All rights reserved.