PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ compare_scored_pointer()

static int compare_scored_pointer ( const void *  si1,
const void *  si2 
)
static

Definition at line 4992 of file lwgeom_topo.c.

4993 {
4994  double a = ((scored_pointer *)si1)->score;
4995  double b = ((scored_pointer *)si2)->score;
4996  if ( a < b )
4997  return -1;
4998  else if ( a > b )
4999  return 1;
5000  else
5001  return 0;
5002 }

Referenced by _lwt_AddPoint().

Here is the caller graph for this function: