Package net.imglib2.type.volatiles
Class VolatileUnsignedShortType.WrappedUnsignedShortType
- 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.GenericShortType<UnsignedShortType>
-
- net.imglib2.type.numeric.integer.UnsignedShortType
-
- net.imglib2.type.volatiles.VolatileUnsignedShortType.WrappedUnsignedShortType
-
- All Implemented Interfaces:
java.lang.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
private static class VolatileUnsignedShortType.WrappedUnsignedShortType extends UnsignedShortType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericShortType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedUnsignedShortType(ShortAccess access)WrappedUnsignedShortType(NativeImg<?,? extends ShortAccess> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAccess(ShortAccess access)-
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, toString
-
Methods inherited from class net.imglib2.type.numeric.integer.GenericShortType
equals, getBitsPerPixel, getEntitiesPerPixel, getShort, getValue, hashCode, index, set, setOne, setShort, setValue, setZero, updateContainer, valueEquals
-
Methods inherited from class net.imglib2.type.numeric.integer.AbstractIntegerType
getMinIncrement, getRealDouble, getRealFloat, setReal, setReal
-
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
-
WrappedUnsignedShortType
public WrappedUnsignedShortType(NativeImg<?,? extends ShortAccess> img)
-
WrappedUnsignedShortType
public WrappedUnsignedShortType(ShortAccess access)
-
-
Method Detail
-
setAccess
public void setAccess(ShortAccess access)
-
-