Class DynamicSliceNDIterator

java.lang.Object
org.eclipse.dawnsci.analysis.dataset.slicer.DynamicSliceNDIterator

public class DynamicSliceNDIterator extends Object
  • Constructor Details

    • DynamicSliceNDIterator

      public DynamicSliceNDIterator(int[] initialShape, org.eclipse.january.dataset.IDataset key, int scanRank)
  • Method Details

    • updateShape

      public void updateShape(int[] shape, org.eclipse.january.dataset.IDataset key)
    • getCurrentSlice

      public org.eclipse.january.dataset.SliceND getCurrentSlice()
    • hasNext

      public boolean hasNext()
    • peekHasNext

      public boolean peekHasNext()
    • reset

      public void reset()
    • getCurrentMax

      public int getCurrentMax()
    • enableRepeating

      public void enableRepeating()
    • getCount

      public int getCount()