|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
#include <iostream>#include <memory>

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