PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ box2df_overbelow()

static bool box2df_overbelow ( const BOX2DF *  a,
const BOX2DF *  b 
)
static

Definition at line 400 of file gserialized_gist_2d.c.

References FALSE.

Referenced by gserialized_gist_consistent_internal_2d(), gserialized_gist_consistent_leaf_2d(), and gserialized_overbelow_2d().

401 {
402  if ( ! a || ! b ) return FALSE; /* TODO: might be smarter for EMPTY */
403 
404  /* a.ymax <= b.ymax */
405  return a->ymax <= b->ymax;
406 }
#define FALSE
Definition: dbfopen.c:168
Here is the caller graph for this function: