Package net.imglib2.type
Class AbstractNativeType<T extends AbstractNativeType<T>>
- java.lang.Object
-
- net.imglib2.type.AbstractNativeType<T>
-
- All Implemented Interfaces:
NativeType<T>,ValueEquals<T>,Type<T>
- Direct Known Subclasses:
ARGBType,BasePairCharType
public abstract class AbstractNativeType<T extends AbstractNativeType<T>> extends java.lang.Object implements NativeType<T>
TODO
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractNativeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Indexindex()Get the (modifiable) index into the current data array.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.type.NativeType
decIndex, decIndex, duplicateTypeOnSameNativeImg, getEntitiesPerPixel, getIndex, getNativeTypeFactory, incIndex, incIndex, updateContainer, updateIndex
-
Methods inherited from interface net.imglib2.type.Type
copy, createVariable, set
-
Methods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
-
-
-
Field Detail
-
i
protected final Index i
-
-
Method Detail
-
index
public Index index()
Description copied from interface:NativeTypeGet the (modifiable) index into the current data array. The returned instance will always be the same for the same Type.- Specified by:
indexin interfaceNativeType<T extends AbstractNativeType<T>>
-
-