Class TriCatalog

java.lang.Object
  extended by TriCatalog
All Implemented Interfaces:
Iterable<Triangulation>

public class TriCatalog
extends Object
implements Iterable<Triangulation>


Constructor Summary
TriCatalog(int size)
           
 
Method Summary
 void add(Triangulation tri)
           
 Iterator<Triangulation> iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriCatalog

public TriCatalog(int size)
Method Detail

add

public void add(Triangulation tri)

iterator

public Iterator<Triangulation> iterator()
Specified by:
iterator in interface Iterable<Triangulation>