R
- wrapped native RealType
.T
- type of derived concrete class.public abstract class AbstractVolatileNativeRealType<R extends RealType<R> & NativeType<R>,T extends AbstractVolatileNativeRealType<R,T>> extends AbstractVolatileRealType<R,T> implements NativeType<T>
Constructor and Description |
---|
AbstractVolatileNativeRealType(R 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, compareTo, complexConjugate, dec, div, equals, getBitsPerPixel, getImaginaryDouble, getImaginaryFloat, getMaxValue, getMinIncrement, getMinValue, getPhaseDouble, getPhaseFloat, getPowerDouble, getPowerFloat, getRealDouble, getRealFloat, hashCode, inc, mul, mul, mul, pow, pow, set, setComplexNumber, setComplexNumber, setImaginary, setImaginary, setOne, setReal, setReal, 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 AbstractVolatileNativeRealType(R t, boolean valid)
public Fraction getEntitiesPerPixel()
NativeType
getEntitiesPerPixel
in interface NativeType<T extends AbstractVolatileNativeRealType<R,T>>
public Index index()
NativeType
index
in interface NativeType<T extends AbstractVolatileNativeRealType<R,T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.