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

◆ BOX3D_overabove()

Datum BOX3D_overabove ( PG_FUNCTION_ARGS  )

Definition at line 841 of file lwgeom_box3d.c.

842{
843 BOX3D *box1 = PG_GETARG_BOX3D_P(0);
844 BOX3D *box2 = PG_GETARG_BOX3D_P(1);
845 bool result = BOX3D_overabove_internal(box1, box2);
846 PG_RETURN_BOOL(result);
847}
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition cu_print.c:267
bool BOX3D_overabove_internal(BOX3D *box1, BOX3D *box2)

References BOX3D_overabove_internal(), and result.

Here is the call graph for this function: