Package net.imglib2.type.volatiles
Class VolatileDoubleType.WrappedDoubleType
- java.lang.Object
-
- net.imglib2.type.numeric.complex.AbstractComplexType<T>
-
- net.imglib2.type.numeric.real.AbstractRealType<DoubleType>
-
- net.imglib2.type.numeric.real.DoubleType
-
- net.imglib2.type.volatiles.VolatileDoubleType.WrappedDoubleType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileDoubleType.WrappedDoubleType extends DoubleType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.real.DoubleType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedDoubleType(DoubleAccess access)WrappedDoubleType(NativeImg<?,? extends DoubleAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(DoubleAccess access)-
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, wrapVector
-
Methods 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, valueEquals
-
Methods inherited from class net.imglib2.type.numeric.complex.AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumber
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.imglib2.type.numeric.ComplexType
complexConjugate, setComplexNumber, setComplexNumber
-
Methods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Methods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
-
-
-
Constructor Detail
-
WrappedDoubleType
public WrappedDoubleType(NativeImg<?,? extends DoubleAccess> img)
-
WrappedDoubleType
public WrappedDoubleType(DoubleAccess access)
-
-
Method Detail
-
setAccess
public void setAccess(DoubleAccess access)
-
-