HDK
|
#include <UT_PriorityQueue.h>
Public Member Functions | |
void | insert (T node, float d) |
bool | pullOff (T &node, float &d) |
void | clear () |
Based on ut_KDPQueueType (UT_KDTree.C) This class is a priority queue ordered so that entries are always pulled off in increasing order of a float parameter.
Definition at line 225 of file UT_PriorityQueue.h.
|
inline |
Definition at line 271 of file UT_PriorityQueue.h.
|
inline |
Definition at line 253 of file UT_PriorityQueue.h.
|
inline |
Definition at line 259 of file UT_PriorityQueue.h.