|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.DataCollection
edu.unh.sdb.datasource.DataBlock
edu.unh.sdb.datasource.BasicBlock
edu.unh.sdb.datasource.DSPartitionedStencilIterator
public class DSPartitionedStencilIterator
Field Summary |
---|
Fields inherited from class edu.unh.sdb.datasource.BasicBlock |
---|
leastSignificantAxis, steps |
Fields inherited from class edu.unh.sdb.datasource.DataCollection |
---|
attributeOrder, axisOrdering, axisWeights, bounds, dataOrder, dimensionality, numAttributes, pointOrder, recordDesc |
Constructor Summary | |
---|---|
DSPartitionedStencilIterator(DSPartitionedStencil stencil,
DataSource ds)
|
Method Summary | |
---|---|
void |
end()
Advance the iterator to the last valid value in the iteration. |
DSPartitionedStencil |
getStencil()
Return a reference to the stencil. |
void |
init()
Perform any necessary initialization, and set the iterator value to the first value in the iteration. |
boolean |
next()
Advance the iterator by one step. |
boolean |
valid()
Return true if the iterator currently has a valid value, false otherwise. |
Methods inherited from class edu.unh.sdb.datasource.BasicBlock |
---|
copyData, copyData, copyData, datum, datum, datum, datum, datum, datum, datum, datum, getByte, getDouble, getDoubles, getFieldPos, getFloat, getFloats, getInt, getInts, getShort, getShorts, getValues, getValues, psubblock, setAttributeOrderRod, setBytes, setDatum, setDoubles, setField, setField, setField, setField, setField, setField, setFloats, setFloats, setInts, setRod, setRod, setShorts, setValues, setValues, subblock, subblock, subblock, subblock, subblock |
Methods inherited from class edu.unh.sdb.datasource.DataBlock |
---|
setByAttribute, setByte, setBytes, setBytesByAttribute, setBytesByPoint, setDouble, setDoubles, setDoublesByAttribute, setDoublesByPoint, setFloat, setFloats, setFloatsByAttribute, setFloatsByPoint, setInt, setInts, setIntsByAttribute, setIntsByPoint, setShort, setShorts, setShortsByAttribute, setShortsByPoint, setValuesByAttribute, setValuesByPoint, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DSPartitionedStencilIterator(DSPartitionedStencil stencil, DataSource ds)
Method Detail |
---|
public DSPartitionedStencil getStencil()
public void init()
init
in interface SDBIterator
public boolean next()
next
in interface SDBIterator
public boolean valid()
valid
in interface SDBIterator
public void end()
end
in interface SDBIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |