public class IntLongAccessType extends GenericIntLongAccessType<IntLongAccessType>
dataAccess, img
Constructor and Description |
---|
IntLongAccessType() |
IntLongAccessType(int value) |
IntLongAccessType(IntLongAccess access) |
IntLongAccessType(NativeLongAccessImg<?,? extends IntLongAccess> img) |
Modifier and Type | Method and Description |
---|---|
IntLongAccessType |
copy()
|
NativeLongAccessImg<IntLongAccessType,?> |
createSuitableNativeImg(NativeLongAccessImgFactory<IntLongAccessType> storageFactory,
long[] dim)
The
NativeLongAccessType creates the NativeLongAccessImg
used for storing image data; based on the given storage strategy and its
size. |
IntLongAccessType |
createVariable()
Creates a new
Type variable which can only store one value. |
IntLongAccessType |
duplicateTypeOnSameNativeImg()
Creates a new
NativeType which stores in the same physical array. |
int |
get() |
BigInteger |
getBigInteger() |
int |
getInteger() |
long |
getIntegerLong() |
double |
getMaxValue() |
double |
getMinValue() |
NativeLongAccessTypeFactory<IntLongAccessType,?> |
getNativeLongAccessTypeFactory() |
void |
set(int b) |
void |
setBigInteger(BigInteger b) |
void |
setInteger(int f) |
void |
setInteger(long f) |
add, compareTo, dec, decIndex, decIndex, div, getBitsPerPixel, getEntitiesPerPixel, getIndexLong, getValue, hashCode, inc, incIndex, incIndex, mul, mul, mul, set, setOne, setValue, setZero, sub, toString, updateContainer, updateIndex, valueEquals
equals, 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
complexConjugate, getImaginaryDouble, getImaginaryFloat, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, setComplexNumber, setComplexNumber, setImaginary, setImaginary
pow
public IntLongAccessType(NativeLongAccessImg<?,? extends IntLongAccess> img)
public IntLongAccessType(int value)
public IntLongAccessType(IntLongAccess access)
public IntLongAccessType()
public IntLongAccessType duplicateTypeOnSameNativeImg()
NativeLongAccessType
NativeType
which stores in the same physical array.
This is only used internally.NativeType
instance working on the same
NativeImg
public int get()
public void set(int 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 IntLongAccessType createVariable()
Type
Type
variable which can only store one value.Type
variablepublic IntLongAccessType copy()
Type
Type
variablepublic NativeLongAccessImg<IntLongAccessType,?> createSuitableNativeImg(NativeLongAccessImgFactory<IntLongAccessType> storageFactory, long[] dim)
NativeLongAccessType
NativeLongAccessType
creates the NativeLongAccessImg
used for storing image data; based on the given storage strategy and its
size. It basically only decides here which BasicType it uses (float, int,
byte, bit, ...) and how many entities per pixel it needs (e.g. 2 floats
per pixel for a complex number). This enables the separation of
containers and the basic types.storageFactory
- which storage strategy is useddim
- the dimensionsNativeLongAccessImg
where only the
Type
knows the BasicType it contains.public NativeLongAccessTypeFactory<IntLongAccessType,?> getNativeLongAccessTypeFactory()
Copyright © 2015–2022 ImgLib2. All rights reserved.