public abstract class AbstractNativeType<T extends AbstractNativeType<T>> extends Object implements NativeType<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractNativeType() |
Modifier and Type | Method and Description |
---|---|
Index |
index()
Get the (modifiable) index into the current data array.
|
abstract String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
decIndex, decIndex, duplicateTypeOnSameNativeImg, getEntitiesPerPixel, getIndex, getNativeTypeFactory, incIndex, incIndex, updateContainer, updateIndex
copy, createVariable, set
valueEquals
protected final Index i
public Index index()
NativeType
index
in interface NativeType<T extends AbstractNativeType<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.