Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.integer.GenericLongType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedLongType(LongAccess access) WrappedUnsignedLongType(NativeImg<?, ? extends LongAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.integer.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 net.imglib2.type.numeric.integer.GenericLongType
equals, getBitsPerPixel, getEntitiesPerPixel, getLong, getValue, hashCode, index, set, setLong, setValue, updateContainer, valueEqualsMethods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrementMethods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, 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, updateIndexMethods inherited from interface net.imglib2.type.operators.PowFloatingPoint
pow
-
Constructor Details
-
WrappedUnsignedLongType
-
WrappedUnsignedLongType
-
-
Method Details
-
setAccess
-