Package net.imglib2.type.volatiles
Class VolatileUnsignedLongType.WrappedUnsignedLongType
- 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.GenericLongType<UnsignedLongType>
-
- net.imglib2.type.numeric.integer.UnsignedLongType
-
- net.imglib2.type.volatiles.VolatileUnsignedLongType.WrappedUnsignedLongType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileUnsignedLongType.WrappedUnsignedLongType extends UnsignedLongType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericLongType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedUnsignedLongType(LongAccess access)WrappedUnsignedLongType(NativeImg<?,? extends LongAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(LongAccess access)-
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, toString
-
Methods inherited from class net.imglib2.type.numeric.integer.GenericLongType
equals, getBitsPerPixel, getEntitiesPerPixel, getLong, getValue, hashCode, index, set, setLong, setValue, updateContainer, valueEquals
-
Methods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement
-
Methods inherited from class net.imglib2.type.numeric.real.AbstractRealType
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, 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
-
Methods inherited from interface net.imglib2.type.operators.PowFloatingPoint
pow
-
-
-
-
Constructor Detail
-
WrappedUnsignedLongType
public WrappedUnsignedLongType(NativeImg<?,? extends LongAccess> img)
-
WrappedUnsignedLongType
public WrappedUnsignedLongType(LongAccess access)
-
-
Method Detail
-
setAccess
public void setAccess(LongAccess access)
-
-