Package net.imglib2.type.volatiles
Class VolatileShortType.WrappedShortType
- 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<ShortType>
-
- net.imglib2.type.numeric.integer.ShortType
-
- net.imglib2.type.volatiles.VolatileShortType.WrappedShortType
-
- All Implemented Interfaces:
java.lang.Comparable<ShortType>,NativeType<ShortType>,ComplexType<ShortType>,IntegerType<ShortType>,NumericType<ShortType>,RealType<ShortType>,Add<ShortType>,Div<ShortType>,Mul<ShortType>,MulFloatingPoint,Pow<ShortType>,PowFloatingPoint,SetOne,SetZero,Sub<ShortType>,ValueEquals<ShortType>,Type<ShortType>
- Enclosing class:
- VolatileShortType
private static class VolatileShortType.WrappedShortType extends ShortType
-
-
Field Summary
-
Fields inherited from class net.imglib2.type.numeric.integer.GenericShortType
dataAccess, img
-
-
Constructor Summary
Constructors Constructor Description WrappedShortType(ShortAccess access)WrappedShortType(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.ShortType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setInteger
-
Methods inherited from class net.imglib2.type.numeric.integer.GenericShortType
add, compareTo, dec, div, equals, getBitsPerPixel, getEntitiesPerPixel, getShort, getValue, hashCode, inc, index, mul, mul, mul, set, setOne, setShort, setValue, setZero, sub, toString, 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
-
WrappedShortType
public WrappedShortType(NativeImg<?,? extends ShortAccess> img)
-
WrappedShortType
public WrappedShortType(ShortAccess access)
-
-
Method Detail
-
setAccess
public void setAccess(ShortAccess access)
-
-