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