public class UnsignedByteType extends GenericByteType<UnsignedByteType>
dataAccess, img
Constructor and Description |
---|
UnsignedByteType() |
UnsignedByteType(ByteAccess access) |
UnsignedByteType(int value) |
UnsignedByteType(NativeImg<?,? extends ByteAccess> img) |
Modifier and Type | Method and Description |
---|---|
void |
add(UnsignedByteType c) |
int |
compareTo(UnsignedByteType other) |
UnsignedByteType |
copy()
|
UnsignedByteType |
createVariable()
Creates a new
Type variable which can only store one value. |
void |
div(UnsignedByteType c) |
UnsignedByteType |
duplicateTypeOnSameNativeImg()
Creates a new
NativeType which stores in the same physical array. |
int |
get() |
BigInteger |
getBigInteger() |
static byte |
getCodedSignedByte(int unsignedByte) |
static byte |
getCodedSignedByteChecked(int unsignedByte) |
int |
getInteger() |
long |
getIntegerLong() |
double |
getMaxValue() |
double |
getMinValue() |
NativeTypeFactory<UnsignedByteType,ByteAccess> |
getNativeTypeFactory() |
static int |
getUnsignedByte(byte signedByte) |
void |
mul(double c) |
void |
mul(float c) |
void |
mul(UnsignedByteType c) |
void |
set(int f) |
void |
setBigInteger(BigInteger b) |
void |
setInteger(int f) |
void |
setInteger(long f) |
void |
sub(UnsignedByteType c) |
String |
toString() |
dec, equals, getBitsPerPixel, getByte, getEntitiesPerPixel, getValue, hashCode, inc, index, set, setByte, setOne, 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 UnsignedByteType(NativeImg<?,? extends ByteAccess> img)
public UnsignedByteType(int value)
public UnsignedByteType(ByteAccess access)
public UnsignedByteType()
public static byte getCodedSignedByteChecked(int unsignedByte)
public static byte getCodedSignedByte(int unsignedByte)
public static int getUnsignedByte(byte signedByte)
public UnsignedByteType duplicateTypeOnSameNativeImg()
NativeType
NativeType
which stores in the same physical array.
This is only used internally.NativeType
instance working on the same
NativeImg
public NativeTypeFactory<UnsignedByteType,ByteAccess> getNativeTypeFactory()
getNativeTypeFactory
in interface NativeType<UnsignedByteType>
getNativeTypeFactory
in class GenericByteType<UnsignedByteType>
public void mul(float c)
mul
in interface MulFloatingPoint
mul
in class GenericByteType<UnsignedByteType>
public void mul(double c)
mul
in interface MulFloatingPoint
mul
in class GenericByteType<UnsignedByteType>
public void add(UnsignedByteType c)
add
in interface Add<UnsignedByteType>
add
in class GenericByteType<UnsignedByteType>
public void div(UnsignedByteType c)
div
in interface Div<UnsignedByteType>
div
in class GenericByteType<UnsignedByteType>
public void mul(UnsignedByteType c)
mul
in interface Mul<UnsignedByteType>
mul
in class GenericByteType<UnsignedByteType>
public void sub(UnsignedByteType c)
sub
in interface Sub<UnsignedByteType>
sub
in class GenericByteType<UnsignedByteType>
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 UnsignedByteType createVariable()
Type
Type
variable which can only store one value.Type
variablepublic UnsignedByteType copy()
Type
Type
variablepublic String toString()
toString
in class GenericByteType<UnsignedByteType>
public int compareTo(UnsignedByteType other)
compareTo
in interface Comparable<UnsignedByteType>
compareTo
in class GenericByteType<UnsignedByteType>
Copyright © 2015–2022 ImgLib2. All rights reserved.