|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.common.Bounds
edu.unh.sdb.lattice.GBounds
edu.unh.sdb.lattice.GBoundsIterator
edu.unh.sdb.lattice.GBoundsGapIterator
public class GBoundsGapIterator
| Field Summary |
|---|
| Fields inherited from class edu.unh.sdb.lattice.GBounds |
|---|
lower, upper |
| Constructor Summary | |
|---|---|
GBoundsGapIterator(GBounds space,
float[] shape,
float[] gaps)
Construct an GBoundsGapIterator that will traverse the given space with an an GBounds of the given shape (dimensions). |
|
GBoundsGapIterator(GBounds space,
float[] shape,
float[] gaps,
AxisOrdering ordering)
|
|
GBoundsGapIterator(GBounds space,
Point start,
float[] shape,
float[] gaps)
|
|
GBoundsGapIterator(GBounds space,
Point start,
float[] shape,
float[] gaps,
AxisOrdering ordering)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Return a copy of this GBoundsGapIterator |
GBounds |
copyBounds()
Return a simple GBounds corresponding to the current value of this iterator. |
void |
end()
Not implemented. |
Point |
getSteps()
Return an IndexSpaceID representing the iterator's steps. |
void |
init()
Initialize this GBoundsGapIterator |
static void |
main(java.lang.String[] args)
For debugging. |
boolean |
next()
Moving the GBoundsGapIterator to the next position. |
java.lang.String |
toString()
Return a String representing the object. |
java.lang.String |
toString(java.lang.String indent)
Return description of this GBoundsGapIterator |
boolean |
valid()
Return true if the current position is a valid position in the IndexSpace. |
| Methods inherited from class edu.unh.sdb.lattice.GBoundsIterator |
|---|
getAxisLength, getAxisLengthArray, getAxisOrdering, getBlockShape |
| Methods inherited from class edu.unh.sdb.lattice.GBounds |
|---|
boundingVolume, contains, contains, contains, copy, copyAndMoveToOrigin, dim, equals, getDimension, getDimensions, getDimensions, getLower, getLowerArray, getUpper, getUpperArray, intersects, move, move, moveTo, moveTo, moveToOrigin, setLower, setLower, setUpper, setUpper, volume |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GBoundsGapIterator(GBounds space,
float[] shape,
float[] gaps)
public GBoundsGapIterator(GBounds space,
float[] shape,
float[] gaps,
AxisOrdering ordering)
public GBoundsGapIterator(GBounds space,
Point start,
float[] shape,
float[] gaps)
public GBoundsGapIterator(GBounds space,
Point start,
float[] shape,
float[] gaps,
AxisOrdering ordering)
| Method Detail |
|---|
public void init()
init in interface SDBIteratorinit in class GBoundsIteratorpublic final Point getSteps()
public boolean valid()
valid in interface SDBIteratorvalid in class GBoundsIteratorpublic boolean next()
next in interface SDBIteratornext in class GBoundsIteratorpublic void end()
end in interface SDBIteratorend in class GBoundsIteratorpublic GBounds copyBounds()
copyBounds in class GBoundsIteratorpublic java.lang.Object clone()
clone in class GBoundsIteratorpublic java.lang.String toString()
toString in class GBoundsIteratorpublic java.lang.String toString(java.lang.String indent)
toString in class GBoundsIteratorpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||