public class DCIterator extends ISIterator
Constructor and Description |
---|
DCIterator(DataCollection dc,
ISBounds db) |
DCIterator(DataCollection dc,
ISBounds db,
AxisOrdering ord) |
DCIterator(DataCollection dc,
ISBounds db,
AxisOrdering ord,
int[] steps) |
DCIterator(DataCollection dc,
ISBounds db,
int[] steps) |
Modifier and Type | Method and Description |
---|---|
DataCollection |
getDataCollection()
Get the DataCollection associated with this Iterator
|
void |
getDataCollection(DataCollection newDC)
Set the DataCollection associated with this Iterator
|
clone, containedBy, copy, copyID, dim, end, getAxisLength, getAxisLengthArray, getAxisLengths, getAxisOrdering, getBounds, getCoord, getCoords, getOrdering, getSpaceBounds, hasMoreElements, init, main, moveTo, moveTo, next, refLowerArray, refUpperArray, relativeLocation, relativeLocation, setBounds, setCoord, setSpaceBounds, setSteps, toString, valid
public DCIterator(DataCollection dc, ISBounds db)
db
- public DCIterator(DataCollection dc, ISBounds db, AxisOrdering ord)
db
- ord
- public DCIterator(DataCollection dc, ISBounds db, int[] steps)
db
- steps
- public DCIterator(DataCollection dc, ISBounds db, AxisOrdering ord, int[] steps)
db
- ord
- steps
- public DataCollection getDataCollection()
public void getDataCollection(DataCollection newDC)