QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Functions
geomfunction.cpp File Reference
#include "qgsgeometryutils_base.h"
#include "geomfunction.h"
#include "feature.h"
#include "util.h"
#include "qgis.h"
#include "pal.h"
#include "qgsmessagelog.h"
#include <vector>
Include dependency graph for geomfunction.cpp:

Go to the source code of this file.

Functions

void heapsort (std::vector< int > &sid, int *id, const std::vector< double > &x, std::size_t N)
 
void heapsort2 (int *x, double *heap, std::size_t N)
 

Function Documentation

◆ heapsort()

void heapsort ( std::vector< int > &  sid,
int *  id,
const std::vector< double > &  x,
std::size_t  N 
)

Definition at line 41 of file geomfunction.cpp.

◆ heapsort2()

void heapsort2 ( int *  x,
double *  heap,
std::size_t  N 
)

Definition at line 86 of file geomfunction.cpp.