public class Unsigned12BitType extends AbstractIntegerBitType<Unsigned12BitType>
Type
whose data is stored in a LongAccess
.dataAccess, i, img, nBits
Constructor and Description |
---|
Unsigned12BitType() |
Unsigned12BitType(long value) |
Unsigned12BitType(LongAccess access) |
Unsigned12BitType(NativeImg<?,? extends LongAccess> bitStorage) |
Modifier and Type | Method and Description |
---|---|
Unsigned12BitType |
copy()
|
Unsigned12BitType |
createVariable()
Creates a new
Type variable which can only store one value. |
Unsigned12BitType |
duplicateTypeOnSameNativeImg()
Creates a new
NativeType which stores in the same physical array. |
long |
get() |
NativeTypeFactory<Unsigned12BitType,LongAccess> |
getNativeTypeFactory() |
void |
set(long value) |
add, compareTo, complexConjugate, dec, div, equals, getBigInteger, getBitsPerPixel, getImaginaryDouble, getImaginaryFloat, getInteger, getIntegerLong, getMaxValue, getMinIncrement, getMinValue, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, hashCode, inc, mul, mul, mul, pow, pow, set, setBigInteger, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setInteger, setInteger, setOne, setReal, setReal, setZero, sub, toString, valueEquals
getEntitiesPerPixel, index, updateContainer
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
decIndex, decIndex, getIndex, incIndex, incIndex, updateIndex
public Unsigned12BitType(NativeImg<?,? extends LongAccess> bitStorage)
public Unsigned12BitType(long value)
public Unsigned12BitType(LongAccess access)
public Unsigned12BitType()
public Unsigned12BitType duplicateTypeOnSameNativeImg()
NativeType
NativeType
which stores in the same physical array.
This is only used internally.NativeType
instance working on the same
NativeImg
public NativeTypeFactory<Unsigned12BitType,LongAccess> getNativeTypeFactory()
getNativeTypeFactory
in interface NativeType<Unsigned12BitType>
getNativeTypeFactory
in class AbstractBitType<Unsigned12BitType>
public long get()
get
in class AbstractIntegerBitType<Unsigned12BitType>
public void set(long value)
set
in class AbstractIntegerBitType<Unsigned12BitType>
public Unsigned12BitType createVariable()
Type
Type
variable which can only store one value.Type
variablepublic Unsigned12BitType copy()
Type
Type
variableCopyright © 2015–2022 ImgLib2. All rights reserved.