QGIS API Documentation  2.14.0-Essen
Static Public Member Functions | List of all members
pal::Util Class Reference

#include <util.h>

Static Public Member Functions

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)
 

Detailed Description

Note
not available in Python bindings

Definition at line 83 of file util.h.

Member Function Documentation

void pal::Util::sort ( void **  items,
int  N,
bool(*)(void *l, void *r)  greater 
)
static

Sort an array of pointers.

Parameters
itemsarays of pointers to sort
Nnumber of items
greaterfunction to compare two items

Definition at line 50 of file util.cpp.

QLinkedList< const GEOSGeometry * > * pal::Util::unmulti ( const GEOSGeometry *  the_geom)
static

Definition at line 97 of file util.cpp.


The documentation for this class was generated from the following files: