ProGAL.geom3d.complex.alphaComplex
Class DisjointSet.Set

java.lang.Object
  extended by ProGAL.geom3d.complex.alphaComplex.DisjointSet.Set
Enclosing class:
DisjointSet

public class DisjointSet.Set
extends java.lang.Object

A class representing a set. Internally this class is used to store a parent and a rank. A reference to a Set can also be compared to other Set-references.


Constructor Summary
DisjointSet.Set()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisjointSet.Set

public DisjointSet.Set()