Struct HeapNode
    Private
    
    Item in the heap.
Public Methods
        
                HeapNode
        
                (pathNodeIndex, g, f)
    
                    
                    
                        Public
                    
                Public Variables
        
                F
        
    
                    
                    
                        Public
                    
                
        
                G
        
    
                    
                    
                        Public
                    
                
        
                pathNodeIndex
        
    
                    
                    
                        Public
                    
                
        
                sortKey
        
    
                    
                    Bitpacked F and G scores.
                        Public