public class URCellBlockIterator extends CellBlockIterator
valid| Constructor and Description | 
|---|
URCellBlockIterator(CellIndexable indexable,
                   ISBounds resolution,
                   int[] shapes,
                   int[] gaps)
construction with a cell block 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataBlock | 
getDataBlock()
get a cell block 
 | 
void | 
init()
Initialize this URCellBlockIterator 
 | 
boolean | 
next()
Moving the CellBlockIterator to the next position. 
 | 
java.lang.String | 
toString(java.lang.String indent)
Return description of this ARRSCell 
 | 
toString, validpublic URCellBlockIterator(CellIndexable indexable, ISBounds resolution, int[] shapes, int[] gaps)
public void init()
init in class CellBlockIteratorpublic boolean next()
next in class CellBlockIteratorpublic DataBlock getDataBlock()
public java.lang.String toString(java.lang.String indent)
toString in class CellBlockIterator