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 FloatType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedFloatType(FloatAccess access) WrappedFloatType(NativeImg<?, ? extends FloatAccess> img) -
Method Summary
Methods inherited from class 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 AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, setImaginary, setImaginary, toStringMethods inherited from class AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface ComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Constructor Details
-
WrappedFloatType
-
WrappedFloatType
-
-
Method Details
-
setAccess
-