Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.integer.GenericIntType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedIntType(IntAccess access) WrappedUnsignedIntType(NativeImg<?, ? extends IntAccess> img) -
Method Summary
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, toStringMethods inherited from class net.imglib2.type.numeric.integer.GenericIntType
equals, getBitsPerPixel, getEntitiesPerPixel, getInt, getValue, hashCode, index, pow, pow, set, setInt, setValue, updateContainer, valueEqualsMethods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setRealMethods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setImaginary, setImaginaryMethods 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, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginaryMethods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
-
Constructor Details
-
WrappedUnsignedIntType
-
WrappedUnsignedIntType
-
-
Method Details
-
setAccess
-