java.lang.Object
com.treemap.swing.fastvoronoi.originalconvexhull.ConflictList

public class ConflictList extends Object
Data structure to save the Conflict Graph of vertices and JFaces. For every vertex is saved, which faces are in conflict and for every JFace is saved, which vertices are in conflict. The JConflictList supports constant-time add and remove methods.
  • Field Details

  • Constructor Details

    • ConflictList

      public ConflictList(boolean face)
  • Method Details

    • add

      public void add(GraphArc e)
    • empty

      public boolean empty()
    • fill

      public void fill(List<Facet> visible)
    • removeAll

      public void removeAll()
    • getVertices

      public List<Vertex> getVertices(List<Vertex> l1)