|
|||||||||
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 SDBIterator
init
in class GBoundsIterator
public final Point getSteps()
public boolean valid()
valid
in interface SDBIterator
valid
in class GBoundsIterator
public boolean next()
next
in interface SDBIterator
next
in class GBoundsIterator
public void end()
end
in interface SDBIterator
end
in class GBoundsIterator
public GBounds copyBounds()
copyBounds
in class GBoundsIterator
public java.lang.Object clone()
clone
in class GBoundsIterator
public java.lang.String toString()
toString
in class GBoundsIterator
public java.lang.String toString(java.lang.String indent)
toString
in class GBoundsIterator
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |