public class UnsignedIntType extends GenericIntType<UnsignedIntType>
dataAccess, img
Constructor and Description |
---|
UnsignedIntType() |
UnsignedIntType(IntAccess access) |
UnsignedIntType(long value) |
UnsignedIntType(NativeImg<?,? extends IntAccess> img) |
equals, getBitsPerPixel, getEntitiesPerPixel, getInt, getValue, hashCode, index, pow, pow, set, setInt, setValue, updateContainer, valueEquals
getMinIncrement, getRealDouble, getRealFloat, setReal
getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, 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
public UnsignedIntType(long value)
public UnsignedIntType(IntAccess access)
public UnsignedIntType()
public static int getCodedSignedIntChecked(long unsignedInt)
public static int getCodedSignedInt(long unsignedInt)
public static long getUnsignedInt(int signedInt)
public UnsignedIntType duplicateTypeOnSameNativeImg()
NativeType
NativeType
which stores in the same physical array.
This is only used internally.NativeType
instance working on the same
NativeImg
public NativeTypeFactory<UnsignedIntType,IntAccess> getNativeTypeFactory()
getNativeTypeFactory
in interface NativeType<UnsignedIntType>
getNativeTypeFactory
in class GenericIntType<UnsignedIntType>
public void mul(float c)
mul
in interface MulFloatingPoint
mul
in class GenericIntType<UnsignedIntType>
public void mul(double c)
mul
in interface MulFloatingPoint
mul
in class GenericIntType<UnsignedIntType>
public void add(UnsignedIntType c)
add
in interface Add<UnsignedIntType>
add
in class GenericIntType<UnsignedIntType>
public void div(UnsignedIntType c)
div
in interface Div<UnsignedIntType>
div
in class GenericIntType<UnsignedIntType>
public void mul(UnsignedIntType c)
mul
in interface Mul<UnsignedIntType>
mul
in class GenericIntType<UnsignedIntType>
public void sub(UnsignedIntType c)
sub
in interface Sub<UnsignedIntType>
sub
in class GenericIntType<UnsignedIntType>
public void setOne()
setOne
in interface SetOne
setOne
in class GenericIntType<UnsignedIntType>
public void setZero()
setZero
in interface SetZero
setZero
in class GenericIntType<UnsignedIntType>
public void inc()
inc
in interface RealType<UnsignedIntType>
inc
in class GenericIntType<UnsignedIntType>
public void dec()
dec
in interface RealType<UnsignedIntType>
dec
in class GenericIntType<UnsignedIntType>
public String toString()
toString
in class GenericIntType<UnsignedIntType>
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<UnsignedIntType>
setReal
in class AbstractIntegerType<UnsignedIntType>
public double getMaxValue()
public double getMinValue()
public UnsignedIntType createVariable()
Type
Type
variable which can only store one value.Type
variablepublic UnsignedIntType copy()
Type
Type
variablepublic int compareTo(UnsignedIntType other)
compareTo
in interface Comparable<UnsignedIntType>
compareTo
in class GenericIntType<UnsignedIntType>
Copyright © 2015–2022 ImgLib2. All rights reserved.