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 Object
implements NativeType<T>
TODO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NativeType
decIndex, decIndex, duplicateTypeOnSameNativeImg, getEntitiesPerPixel, getIndex, getNativeTypeFactory, incIndex, incIndex, updateContainer, updateIndexMethods inherited from interface Type
copy, createVariable, setMethods inherited from interface ValueEquals
valueEquals
-
Field Details
-
i
-
-
Constructor Details
-
AbstractNativeType
protected AbstractNativeType()
-
-
Method Details
-
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>>
-