#include <pr_queue.h>
Public Member Functions | |
| ANNpr_queue (int max) | |
| ANNbool | empty () |
| void | extr_min (PQkey &kv, PQinfo &inf) |
| void | insert (PQkey kv, PQinfo inf) |
| ANNbool | non_empty () |
| void | reset () |
| ~ANNpr_queue () | |
Definition at line 54 of file pr_queue.h.
| ANNpr_queue::ANNpr_queue | ( | int | max | ) | [inline] |
Definition at line 65 of file pr_queue.h.
| ANNpr_queue::~ANNpr_queue | ( | ) | [inline] |
Definition at line 72 of file pr_queue.h.
| ANNbool ANNpr_queue::empty | ( | ) | [inline] |
Definition at line 75 of file pr_queue.h.
Definition at line 102 of file pr_queue.h.
References ANN_FLOP, and draftTools::p.
Referenced by ANNkd_tree::annkPriSearch().
Definition at line 84 of file pr_queue.h.
References ANN_FLOP, ANNabort, annError(), and draftTools::p.
Referenced by ANNkd_split::ann_pri_search(), ANNbd_shrink::ann_pri_search(), and ANNkd_tree::annkPriSearch().
| ANNbool ANNpr_queue::non_empty | ( | ) | [inline] |
Definition at line 78 of file pr_queue.h.
References ANNfalse, and ANNtrue.
Referenced by ANNkd_tree::annkPriSearch().
| void ANNpr_queue::reset | ( | ) | [inline] |
Definition at line 81 of file pr_queue.h.
1.6.1