Class LODMesh.PriorityQueue.HeapNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int idx  
      (package private) double weight  
    • Constructor Summary

      Constructors 
      Constructor Description
      HeapNode()  
      HeapNode​(int dv, double dw)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • weight

        double weight
      • idx

        int idx
    • Constructor Detail

      • HeapNode

        public HeapNode()
      • HeapNode

        public HeapNode​(int dv,
                        double dw)