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, valid
public URCellBlockIterator(CellIndexable indexable, ISBounds resolution, int[] shapes, int[] gaps)
public void init()
init
in class CellBlockIterator
public boolean next()
next
in class CellBlockIterator
public DataBlock getDataBlock()
public java.lang.String toString(java.lang.String indent)
toString
in class CellBlockIterator