Package net.imglib2.type.volatiles
Class VolatileUnsignedIntType.WrappedUnsignedIntType
- java.lang.Object
-
- net.imglib2.type.numeric.complex.AbstractComplexType<T>
-
- net.imglib2.type.numeric.real.AbstractRealType<T>
-
- net.imglib2.type.numeric.integer.AbstractIntegerType<T>
-
- net.imglib2.type.numeric.integer.GenericIntType<UnsignedIntType>
-
- net.imglib2.type.numeric.integer.UnsignedIntType
-
- net.imglib2.type.volatiles.VolatileUnsignedIntType.WrappedUnsignedIntType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileUnsignedIntType.WrappedUnsignedIntType extends UnsignedIntType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericIntType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedUnsignedIntType(IntAccess access)WrappedUnsignedIntType(NativeImg<?,? extends IntAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(IntAccess access)-
Methods inherited from class net.imglib2.type.numeric.integer.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, toString
-
Methods inherited from class net.imglib2.type.numeric.integer.GenericIntType
equals, getBitsPerPixel, getEntitiesPerPixel, getInt, getValue, hashCode, index, pow, pow, set, setInt, setValue, updateContainer, valueEquals
-
Methods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal
-
Methods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setImaginary, setImaginary
-
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, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary
-
Methods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
-