N - wrapped native NumericType.T - type of derived concrete class.public abstract class AbstractVolatileNativeNumericType<N extends NumericType<N> & NativeType<N>,T extends AbstractVolatileNativeNumericType<N,T>> extends AbstractVolatileNumericType<N,T> implements NativeType<T>
| Constructor and Description |
|---|
AbstractVolatileNativeNumericType(N t,
boolean valid) |
| Modifier and Type | Method and Description |
|---|---|
Fraction |
getEntitiesPerPixel()
Get the number of entities in the storage array required to store one
pixel value.
|
Index |
index()
Get the (modifiable) index into the current data array.
|
add, div, equals, hashCode, mul, mul, mul, pow, pow, set, setOne, setZero, sub, valueEqualsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitdecIndex, decIndex, duplicateTypeOnSameNativeImg, getIndex, getNativeTypeFactory, incIndex, incIndex, updateContainer, updateIndexcopy, createVariable, setvalueEqualspublic AbstractVolatileNativeNumericType(N t, boolean valid)
public Fraction getEntitiesPerPixel()
NativeTypegetEntitiesPerPixel in interface NativeType<T extends AbstractVolatileNativeNumericType<N,T>>public Index index()
NativeTypeindex in interface NativeType<T extends AbstractVolatileNativeNumericType<N,T>>Copyright © 2015–2022 ImgLib2. All rights reserved.