QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
#include "geomfunction.h"
#include "feature.h"
#include "util.h"
#include "qgis.h"
#include "pal.h"
#include "qgsmessagelog.h"
Go to the source code of this file.
Functions | |
void | heapsort (int *sid, int *id, const double *const x, int N) |
void | heapsort2 (int *x, double *heap, int N) |
void heapsort | ( | int * | sid, |
int * | id, | ||
const double *const | x, | ||
int | N | ||
) |
Definition at line 39 of file geomfunction.cpp.
void heapsort2 | ( | int * | x, |
double * | heap, | ||
int | N | ||
) |
Definition at line 81 of file geomfunction.cpp.