Class VolatileUnsignedShortType.WrappedUnsignedShortType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<UnsignedShortType>
net.imglib2.type.numeric.real.AbstractRealType<UnsignedShortType>
net.imglib2.type.numeric.integer.AbstractIntegerType<UnsignedShortType>
net.imglib2.type.numeric.integer.GenericShortType<UnsignedShortType>
net.imglib2.type.numeric.integer.UnsignedShortType
net.imglib2.type.volatiles.VolatileUnsignedShortType.WrappedUnsignedShortType
- All Implemented Interfaces:
Comparable<UnsignedShortType>, NativeType<UnsignedShortType>, ComplexType<UnsignedShortType>, IntegerType<UnsignedShortType>, NumericType<UnsignedShortType>, RealType<UnsignedShortType>, Add<UnsignedShortType>, Div<UnsignedShortType>, Mul<UnsignedShortType>, MulFloatingPoint, Pow<UnsignedShortType>, PowFloatingPoint, SetOne, SetZero, Sub<UnsignedShortType>, ValueEquals<UnsignedShortType>, Type<UnsignedShortType>
- Enclosing class:
VolatileUnsignedShortType
-
Field Summary
Fields inherited from class GenericShortType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedShortType(ShortAccess access) WrappedUnsignedShortType(NativeImg<?, ? extends ShortAccess> img) -
Method Summary
Methods inherited from class UnsignedShortType
add, compareTo, copy, createVariable, dec, div, duplicateTypeOnSameNativeImg, get, getBigInteger, getCodedSignedShort, getCodedSignedShortChecked, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, getUnsignedShort, inc, mul, mul, mul, set, setBigInteger, setInteger, setInteger, sub, toStringMethods inherited from class GenericShortType
equals, getBitsPerPixel, getEntitiesPerPixel, getShort, getValue, hashCode, index, set, setOne, setShort, setValue, setZero, updateContainer, valueEqualsMethods inherited from class AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal, setRealMethods 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
-
WrappedUnsignedShortType
-
WrappedUnsignedShortType
-
-
Method Details
-
setAccess
-