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, valueEquals
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
decIndex, decIndex, duplicateTypeOnSameNativeImg, getIndex, getNativeTypeFactory, incIndex, incIndex, updateContainer, updateIndex
copy, createVariable, set
valueEquals
public AbstractVolatileNativeNumericType(N t, boolean valid)
public Fraction getEntitiesPerPixel()
NativeType
getEntitiesPerPixel
in interface NativeType<T extends AbstractVolatileNativeNumericType<N,T>>
public Index index()
NativeType
index
in interface NativeType<T extends AbstractVolatileNativeNumericType<N,T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.