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 Details

    • i

      protected final Index i
  • Constructor Details

    • AbstractNativeType

      protected AbstractNativeType()
  • Method Details

    • index

      public Index index()
      Description copied from interface: NativeType
      Get the (modifiable) index into the current data array. The returned instance will always be the same for the same Type.
      Specified by:
      index in interface NativeType<T extends AbstractNativeType<T>>