edu.unh.sdb.lattice
Class TriangleCellIterator

java.lang.Object
  extended by edu.unh.sdb.lattice.Cell
      extended by edu.unh.sdb.lattice.UnstructuredCell
          extended by edu.unh.sdb.lattice.TriangleCell
              extended by edu.unh.sdb.lattice.TriangleCellIterator

public class TriangleCellIterator
extends TriangleCell


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

TriangleCellIterator

public TriangleCellIterator(Lattice l)
Method Detail

init

public void init()

getCellID

public CellID getCellID()

next

public void next()

valid

public boolean valid()

toString

public java.lang.String toString(java.lang.String indent)
Return a String representing the object indented by the argument string.

Overrides:
toString in class TriangleCell