public class UnsignedShortType extends GenericShortType<UnsignedShortType>
dataAccess, img
Constructor and Description |
---|
UnsignedShortType() |
UnsignedShortType(int value) |
UnsignedShortType(NativeImg<?,? extends ShortAccess> img) |
UnsignedShortType(ShortAccess access) |
equals, getBitsPerPixel, getEntitiesPerPixel, getShort, getValue, hashCode, index, set, setOne, setShort, setValue, setZero, updateContainer, valueEquals
getMinIncrement, getRealDouble, getRealFloat, setReal, setReal
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, pow, pow, setImaginary, setImaginary
complexConjugate, setComplexNumber, setComplexNumber
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary
pow
public UnsignedShortType(NativeImg<?,? extends ShortAccess> img)
public UnsignedShortType(int value)
public UnsignedShortType(ShortAccess access)
public UnsignedShortType()
public static short getCodedSignedShortChecked(int unsignedShort)
public static short getCodedSignedShort(int unsignedShort)
public static int getUnsignedShort(short signedShort)
public UnsignedShortType duplicateTypeOnSameNativeImg()
NativeType
NativeType
which stores in the same physical array.
This is only used internally.NativeType
instance working on the same
NativeImg
public NativeTypeFactory<UnsignedShortType,ShortAccess> getNativeTypeFactory()
getNativeTypeFactory
in interface NativeType<UnsignedShortType>
getNativeTypeFactory
in class GenericShortType<UnsignedShortType>
public void mul(float c)
mul
in interface MulFloatingPoint
mul
in class GenericShortType<UnsignedShortType>
public void mul(double c)
mul
in interface MulFloatingPoint
mul
in class GenericShortType<UnsignedShortType>
public void add(UnsignedShortType c)
add
in interface Add<UnsignedShortType>
add
in class GenericShortType<UnsignedShortType>
public void div(UnsignedShortType c)
div
in interface Div<UnsignedShortType>
div
in class GenericShortType<UnsignedShortType>
public void mul(UnsignedShortType c)
mul
in interface Mul<UnsignedShortType>
mul
in class GenericShortType<UnsignedShortType>
public void sub(UnsignedShortType c)
sub
in interface Sub<UnsignedShortType>
sub
in class GenericShortType<UnsignedShortType>
public void inc()
inc
in interface RealType<UnsignedShortType>
inc
in class GenericShortType<UnsignedShortType>
public void dec()
dec
in interface RealType<UnsignedShortType>
dec
in class GenericShortType<UnsignedShortType>
public int get()
public void set(int f)
public int getInteger()
public long getIntegerLong()
public BigInteger getBigInteger()
public void setInteger(int f)
public void setInteger(long f)
public void setBigInteger(BigInteger b)
public double getMaxValue()
public double getMinValue()
public UnsignedShortType createVariable()
Type
Type
variable which can only store one value.Type
variablepublic UnsignedShortType copy()
Type
Type
variablepublic String toString()
toString
in class GenericShortType<UnsignedShortType>
public int compareTo(UnsignedShortType other)
compareTo
in interface Comparable<UnsignedShortType>
compareTo
in class GenericShortType<UnsignedShortType>
Copyright © 2015–2022 ImgLib2. All rights reserved.