Class VolatileDoubleType.WrappedDoubleType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<DoubleType>
net.imglib2.type.numeric.real.AbstractRealType<DoubleType>
net.imglib2.type.numeric.real.DoubleType
net.imglib2.type.volatiles.VolatileDoubleType.WrappedDoubleType
- All Implemented Interfaces:
Comparable<DoubleType>, NativeType<DoubleType>, ComplexType<DoubleType>, NumericType<DoubleType>, RealType<DoubleType>, Add<DoubleType>, Div<DoubleType>, Mul<DoubleType>, MulFloatingPoint, Pow<DoubleType>, PowFloatingPoint, SetOne, SetZero, Sub<DoubleType>, ValueEquals<DoubleType>, Type<DoubleType>
- Enclosing class:
VolatileDoubleType
-
Field Summary
Fields inherited from class DoubleType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedDoubleType(DoubleAccess access) WrappedDoubleType(NativeImg<?, ? extends DoubleAccess> img) -
Method Summary
Methods inherited from class DoubleType
copy, createVariable, createVector, duplicateTypeOnSameNativeImg, equals, get, getBitsPerPixel, getEntitiesPerPixel, getMaxValue, getMinIncrement, getMinValue, getNativeTypeFactory, getRealDouble, getRealFloat, index, set, setReal, setReal, updateContainer, wrapVectorMethods inherited from class AbstractRealType
add, compareTo, dec, div, equals, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, hashCode, inc, mul, mul, mul, pow, pow, set, setImaginary, setImaginary, setOne, setZero, sub, toString, valueEqualsMethods inherited from class AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface ComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndexMethods inherited from interface ValueEquals
valueEquals
-
Constructor Details
-
WrappedDoubleType
-
WrappedDoubleType
-
-
Method Details
-
setAccess
-