Package net.imglib2.type.volatiles
Class VolatileShortType.WrappedShortType
java.lang.Object
net.imglib2.type.numeric.complex.AbstractComplexType<ShortType>
net.imglib2.type.numeric.real.AbstractRealType<ShortType>
net.imglib2.type.numeric.integer.AbstractIntegerType<ShortType>
net.imglib2.type.numeric.integer.GenericShortType<ShortType>
net.imglib2.type.numeric.integer.ShortType
net.imglib2.type.volatiles.VolatileShortType.WrappedShortType
- All Implemented Interfaces:
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
-
Field Summary
Fields inherited from class net.imglib2.type.numeric.integer.GenericShortType
dataAccess, img -
Constructor Summary
ConstructorsConstructorDescriptionWrappedShortType(ShortAccess access) WrappedShortType(NativeImg<?, ? extends ShortAccess> img) -
Method Summary
Methods inherited from class net.imglib2.type.numeric.integer.ShortType
copy, createVariable, duplicateTypeOnSameNativeImg, get, getBigInteger, getInteger, getIntegerLong, getMaxValue, getMinValue, getNativeTypeFactory, set, setBigInteger, setInteger, setIntegerMethods 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, 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
-
WrappedShortType
-
WrappedShortType
-
-
Method Details
-
setAccess
-