Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.real.DoubleType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedDoubleType(DoubleAccess access) WrappedDoubleType(NativeImg<?, ? extends DoubleAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.real.DoubleType
copy, createVariable, createVector, duplicateTypeOnSameNativeImg, equals, get, getBitsPerPixel, getEntitiesPerPixel, getMaxValue, getMinIncrement, getMinValue, getNativeTypeFactory, getRealDouble, getRealFloat, index, set, setReal, setReal, updateContainer, wrapVectorMethods inherited from class net.imglib2.type.numeric.real.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 net.imglib2.type.numeric.complex.AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndexMethods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
Constructor Details
-
WrappedDoubleType
-
WrappedDoubleType
-
-
Method Details
-
setAccess
-