|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.lattice.Cell
edu.unh.sdb.lattice.UnstructuredCell
edu.unh.sdb.lattice.TriangleCell
edu.unh.sdb.lattice.TriangleCellIterator
public class TriangleCellIterator
Field Summary |
---|
Fields inherited from class edu.unh.sdb.lattice.Cell |
---|
coords, data, dimensionality, numVertices |
Constructor Summary | |
---|---|
TriangleCellIterator(Lattice l)
|
Method Summary | |
---|---|
CellID |
getCellID()
|
void |
init()
|
void |
next()
|
java.lang.String |
toString(java.lang.String indent)
Return a String representing the object indented by the argument string. |
boolean |
valid()
|
Methods inherited from class edu.unh.sdb.lattice.TriangleCell |
---|
assign, boundingBox, boundingBox, containedBy, inside, inside, inside, intersects, intersects, intersects, main, toString |
Methods inherited from class edu.unh.sdb.lattice.UnstructuredCell |
---|
assign |
Methods inherited from class edu.unh.sdb.lattice.Cell |
---|
datum, dim, getData, getNumVertices, getVertexCoords, setData, setDimensionality, setVertexCoords |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TriangleCellIterator(Lattice l)
Method Detail |
---|
public void init()
public CellID getCellID()
public void next()
public boolean valid()
public java.lang.String toString(java.lang.String indent)
toString
in class TriangleCell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |