Class VolatileUnsignedIntType.WrappedUnsignedIntType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<UnsignedIntType>
net.imglib2.type.numeric.real.AbstractRealType<UnsignedIntType>
net.imglib2.type.numeric.integer.AbstractIntegerType<UnsignedIntType>
net.imglib2.type.numeric.integer.GenericIntType<UnsignedIntType>
net.imglib2.type.numeric.integer.UnsignedIntType
net.imglib2.type.volatiles.VolatileUnsignedIntType.WrappedUnsignedIntType
- All Implemented Interfaces:
Comparable<UnsignedIntType>, NativeType<UnsignedIntType>, ComplexType<UnsignedIntType>, IntegerType<UnsignedIntType>, NumericType<UnsignedIntType>, RealType<UnsignedIntType>, Add<UnsignedIntType>, Div<UnsignedIntType>, Mul<UnsignedIntType>, MulFloatingPoint, Pow<UnsignedIntType>, PowFloatingPoint, SetOne, SetZero, Sub<UnsignedIntType>, ValueEquals<UnsignedIntType>, Type<UnsignedIntType>
- Enclosing class:
VolatileUnsignedIntType
-
Field Summary
Fields inherited from class GenericIntType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedIntType(IntAccess access) WrappedUnsignedIntType(NativeImg<?, ? extends IntAccess> img) -
Method Summary
Methods inherited from class UnsignedIntType
add, compareTo, copy, createVariable, dec, div, duplicateTypeOnSameNativeImg, get, getBigInteger, getCodedSignedInt, getCodedSignedIntChecked, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, getUnsignedInt, inc, mul, mul, mul, set, setBigInteger, setInteger, setInteger, setOne, setReal, setZero, sub, toStringMethods inherited from class GenericIntType
equals, getBitsPerPixel, getEntitiesPerPixel, getInt, getValue, hashCode, index, pow, pow, set, setInt, setValue, updateContainer, valueEqualsMethods inherited from class AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setRealMethods inherited from class AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setImaginary, setImaginaryMethods inherited from class AbstractComplexType
complexConjugate, setComplexNumber, setComplexNumberMethods inherited from interface ComplexType
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginaryMethods inherited from interface NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Constructor Details
-
WrappedUnsignedIntType
-
WrappedUnsignedIntType
-
-
Method Details
-
setAccess
-