Table of Contents

Class QuickPathFinder.MinHeap

Namespace
Global
Assembly
Assembly-CSharp.dll
public class QuickPathFinder.MinHeap
Inheritance
QuickPathFinder.MinHeap
Inherited Members

Constructors

MinHeap(PathNode)

public MinHeap(QuickPathFinder.PathNode hd)

Parameters

hd QuickPathFinder.PathNode

Fields

head

public QuickPathFinder.PathNode head

Field Value

QuickPathFinder.PathNode

Methods

Add(PathNode)

public void Add(QuickPathFinder.PathNode addNode)

Parameters

addNode QuickPathFinder.PathNode

Empty()

public bool Empty()

Returns

bool

ExtractFirst()

public QuickPathFinder.PathNode ExtractFirst()

Returns

QuickPathFinder.PathNode

FindAndReplace(PathNode)

public void FindAndReplace(QuickPathFinder.PathNode addNode)

Parameters

addNode QuickPathFinder.PathNode