Class ModelSurfaceDecimator.HeapRecord

  • Enclosing class:
    ModelSurfaceDecimator

    private class ModelSurfaceDecimator.HeapRecord
    extends java.lang.Object
    The representation of a heap element. The important quantity for heap updates is the metric value. However, the HIndex value is used for O(1) lookups of an edge whose weight needs to be modified as a result of an edge collapse.
    • Constructor Summary

      Constructors 
      Constructor Description
      HeapRecord()
      Creates a new HeapRecord object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_fMetric

        public float m_fMetric
        DOCUMENT ME!
      • m_iHIndex

        public int m_iHIndex
        DOCUMENT ME!
    • Constructor Detail

      • HeapRecord

        public HeapRecord()
        Creates a new HeapRecord object.