Package net.imglib2.type.volatiles
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 net.imglib2.type.numeric.integer.GenericShortType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedUnsignedShortType(ShortAccess access) WrappedUnsignedShortType(NativeImg<?, ? extends ShortAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.integer.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 net.imglib2.type.numeric.integer.GenericShortType
equals, getBitsPerPixel, getEntitiesPerPixel, getShort, getValue, hashCode, index, set, setOne, setShort, setValue, setZero, updateContainer, valueEqualsMethods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal, setRealMethods 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
-
WrappedUnsignedShortType
-
WrappedUnsignedShortType
-
-
Method Details
-
setAccess
-