edu.mines.jtk.mesh
Interface TetMesh.FaceIterator

Enclosing class:
TetMesh

public static interface TetMesh.FaceIterator

Type-safe iterator for faces.


Method Summary
 boolean hasNext()
           
 TetMesh.Face next()
           
 

Method Detail

hasNext

boolean hasNext()

next

TetMesh.Face next()