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