Class VolatileUnsignedLongType.WrappedUnsignedLongType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<UnsignedLongType>
net.imglib2.type.numeric.real.AbstractRealType<UnsignedLongType>
net.imglib2.type.numeric.integer.AbstractIntegerType<UnsignedLongType>
net.imglib2.type.numeric.integer.GenericLongType<UnsignedLongType>
net.imglib2.type.numeric.integer.UnsignedLongType
net.imglib2.type.volatiles.VolatileUnsignedLongType.WrappedUnsignedLongType
- All Implemented Interfaces:
Comparable<UnsignedLongType>, NativeType<UnsignedLongType>, ComplexType<UnsignedLongType>, IntegerType<UnsignedLongType>, NumericType<UnsignedLongType>, RealType<UnsignedLongType>, Add<UnsignedLongType>, Div<UnsignedLongType>, Mul<UnsignedLongType>, MulFloatingPoint, Pow<UnsignedLongType>, PowFloatingPoint, SetOne, SetZero, Sub<UnsignedLongType>, ValueEquals<UnsignedLongType>, Type<UnsignedLongType>
- Enclosing class:
VolatileUnsignedLongType
-
Field Summary
Fields inherited from class GenericLongType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedLongType(LongAccess access) WrappedUnsignedLongType(NativeImg<?, ? extends LongAccess> img) -
Method Summary
Methods inherited from class UnsignedLongType
add, compare, compareTo, copy, createVariable, dec, div, divide, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxBigIntegerValue, getMaxValue, getMinValue, getNativeTypeFactory, getRealDouble, getRealFloat, inc, mul, mul, mul, set, set, setBigInteger, setInteger, setInteger, setOne, setReal, setReal, setZero, sub, toStringMethods inherited from class GenericLongType
equals, getBitsPerPixel, getEntitiesPerPixel, getLong, getValue, hashCode, index, set, setLong, setValue, updateContainer, valueEqualsMethods inherited from class AbstractIntegerType
getMinIncrementMethods inherited from class AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, 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, updateIndexMethods inherited from interface PowFloatingPoint
pow
-
Constructor Details
-
WrappedUnsignedLongType
-
WrappedUnsignedLongType
-
-
Method Details
-
setAccess
-