PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ struct_cmp_by_measure()

int struct_cmp_by_measure ( const void *  a,
const void *  b 
)

Definition at line 2062 of file measures.c.

2063{
2064 LISTSTRUCT *ia = (LISTSTRUCT *)a;
2065 LISTSTRUCT *ib = (LISTSTRUCT *)b;
2066 return (ia->themeasure > ib->themeasure) ? 1 : ((ia->themeasure < ib->themeasure) ? -1 : 0);
2067}
double themeasure
Definition measures.h:61

References LISTSTRUCT::themeasure.

Referenced by lw_dist2d_fast_ptarray_ptarray().

Here is the caller graph for this function: