Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
MinHeap.h File Reference

Special MinHeap implementaiton which will work with the A* algorithm and, particulary, is threadsafe. More...

#include "sys/types.h"

Go to the source code of this file.

Classes

class  Menge::AStarMinHeap
 An implementation of a min heap for A* algorithm. The heap needs to be able to restructure itself because the values of nodes IN the heap can change due to the A* algorithm. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Detailed Description

Special MinHeap implementaiton which will work with the A* algorithm and, particulary, is threadsafe.