public class ShortType extends GenericShortType<ShortType>
dataAccess, img
Constructor and Description |
---|
ShortType() |
ShortType(NativeImg<?,? extends ShortAccess> img) |
ShortType(short value) |
ShortType(ShortAccess access) |
Modifier and Type | Method and Description |
---|---|
ShortType |
copy()
|
ShortType |
createVariable()
Creates a new
Type variable which can only store one value. |
ShortType |
duplicateTypeOnSameNativeImg()
Creates a new
NativeType which stores in the same physical array. |
short |
get() |
BigInteger |
getBigInteger() |
int |
getInteger() |
long |
getIntegerLong() |
double |
getMaxValue() |
double |
getMinValue() |
NativeTypeFactory<ShortType,ShortAccess> |
getNativeTypeFactory() |
void |
set(short b) |
void |
setBigInteger(BigInteger b) |
void |
setInteger(int f) |
void |
setInteger(long f) |
add, compareTo, dec, div, equals, getBitsPerPixel, getEntitiesPerPixel, getShort, getValue, hashCode, inc, index, mul, mul, mul, set, setOne, setShort, setValue, setZero, sub, toString, 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 ShortType(NativeImg<?,? extends ShortAccess> img)
public ShortType(short value)
public ShortType(ShortAccess access)
public ShortType()
public ShortType duplicateTypeOnSameNativeImg()
NativeType
NativeType
which stores in the same physical array.
This is only used internally.NativeType
instance working on the same
NativeImg
public NativeTypeFactory<ShortType,ShortAccess> getNativeTypeFactory()
getNativeTypeFactory
in interface NativeType<ShortType>
getNativeTypeFactory
in class GenericShortType<ShortType>
public short get()
public void set(short b)
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 ShortType createVariable()
Type
Type
variable which can only store one value.Type
variableCopyright © 2015–2022 ImgLib2. All rights reserved.