Class DynamicSliceNDIterator
java.lang.Object
org.eclipse.dawnsci.analysis.dataset.slicer.DynamicSliceNDIterator
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicSliceNDIterator(int[] initialShape, org.eclipse.january.dataset.IDataset key, int scanRank) -
Method Summary
Modifier and TypeMethodDescriptionvoidintgetCount()intorg.eclipse.january.dataset.SliceNDbooleanhasNext()booleanvoidreset()voidupdateShape(int[] shape, org.eclipse.january.dataset.IDataset key)
-
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()
-