| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include <iostream>

Go to the source code of this file.
| Classes | |
| class | pal::PriorityQueue | 
| Custom priority queue for use in pal labeling engine.  More... | |
| Namespaces | |
| pal | |
| Macros | |
| #define | LEFT(x) (2*x+1) | 
| #define | PARENT(x) ((x-1)/2) | 
| #define | RIGHT(x) (2*x+2) | 
| #define | SIP_NO_FILE | 
| #define LEFT | ( | x | ) | (2*x+1) | 
Definition at line 38 of file priorityqueue.h.
| #define PARENT | ( | x | ) | ((x-1)/2) | 
Definition at line 40 of file priorityqueue.h.
| #define RIGHT | ( | x | ) | (2*x+2) | 
Definition at line 39 of file priorityqueue.h.
| #define SIP_NO_FILE | 
Definition at line 33 of file priorityqueue.h.