Class LODMesh.PriorityQueue

  • Enclosing class:
    LODMesh

    class LODMesh.PriorityQueue
    extends java.lang.Object
    • Constructor Detail

      • PriorityQueue

        public PriorityQueue​(int dv)
    • Method Detail

      • getmax

        public double getmax()
      • swap

        private void swap​(int i,
                          int j)
      • upheap

        private void upheap​(int i)
      • downheap

        private void downheap​(int i)
      • Put

        public void Put​(int idx,
                        double w)
      • HeapUpdate

        public void HeapUpdate​(int idx,
                               double w)
      • Pop

        public int Pop()