Class ConflictList


  • public class ConflictList
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected GraphArc head  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConflictList​(boolean face)  
    • Constructor Detail

      • ConflictList

        public ConflictList​(boolean face)
    • Method Detail

      • empty

        public boolean empty()
      • fill

        public void fill​(java.util.List<Facet> visible)
      • removeAll

        public void removeAll()
      • getVertices

        public java.util.List<Vertex> getVertices​(java.util.List<Vertex> l1)