Class TriDigest

java.lang.Object
  extended by TriDigest

public class TriDigest
extends Object

This is a compact form for storing just the diagonals and neighbors of a triangulation. It should only be accessed via the TriEncoder class. Ultimately this should be enforced by putting TriEncoder and this class in a separate package.


Constructor Summary
TriDigest(byte[] storedDiags, int[] storedNeighbors)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriDigest

public TriDigest(byte[] storedDiags,
                 int[] storedNeighbors)