QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
geomfunction.cpp File Reference
#include "geomfunction.h"
#include <vector>
#include "feature.h"
#include "pal.h"
#include "qgis.h"
#include "qgsgeometryutils_base.h"
#include "qgsmessagelog.h"
#include "util.h"
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 43 of file geomfunction.cpp.

◆ heapsort2()

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

Definition at line 88 of file geomfunction.cpp.