#include <util.h>
|
static void | sort (void **items, int N, bool(*greater)(void *l, void *r)) |
| Sort an array of pointers. More...
|
|
static QLinkedList< const GEOSGeometry * > * | unmulti (const GEOSGeometry *the_geom) |
|
- Note
- not available in Python bindings
Definition at line 82 of file util.h.
◆ sort()
void pal::Util::sort |
( |
void ** |
items, |
|
|
int |
N, |
|
|
bool(*)(void *l, void *r) |
greater |
|
) |
| |
|
static |
Sort an array of pointers.
- Parameters
-
items | arays of pointers to sort |
N | number of items |
greater | function to compare two items |
Definition at line 40 of file util.cpp.
◆ unmulti()
QLinkedList< const GEOSGeometry * > * pal::Util::unmulti |
( |
const GEOSGeometry * |
the_geom | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /tmp/buildd/qgis-3.8.0+99unstable/src/core/pal/util.h
- /tmp/buildd/qgis-3.8.0+99unstable/src/core/pal/util.cpp