Package net.imglib2.type.volatiles
Class VolatileFloatType.WrappedFloatType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<FloatType>
net.imglib2.type.numeric.real.AbstractRealType<FloatType>
net.imglib2.type.numeric.real.FloatType
net.imglib2.type.volatiles.VolatileFloatType.WrappedFloatType
- All Implemented Interfaces:
Comparable<FloatType>,NativeType<FloatType>,ComplexType<FloatType>,NumericType<FloatType>,RealType<FloatType>,Add<FloatType>,Div<FloatType>,Mul<FloatType>,MulFloatingPoint,Pow<FloatType>,PowFloatingPoint,SetOne,SetZero,Sub<FloatType>,ValueEquals<FloatType>,Type<FloatType>
- Enclosing class:
VolatileFloatType
-
Field Summary
Fields inherited from class net.imglib2.type.numeric.real.FloatType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedFloatType(FloatAccess access) WrappedFloatType(NativeImg<?, ? extends FloatAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.real.FloatType
add, compareTo, copy, createVariable, createVector, dec, div, duplicateTypeOnSameNativeImg, equals, equals, get, getBitsPerPixel, getEntitiesPerPixel, getMaxValue, getMinIncrement, getMinValue, getNativeTypeFactory, getRealDouble, getRealFloat, hashCode, inc, index, mul, mul, mul, set, set, setOne, setReal, setReal, setZero, sub, updateContainer, valueEquals, wrapVectorMethods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, setImaginary, setImaginary, toStringMethods 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, updateIndex
-
Constructor Details
-
WrappedFloatType
-
WrappedFloatType
-
-
Method Details
-
setAccess
-