PostGIS
3.7.0dev-r@@SVN_REVISION@@
◆
BOX3D_back()
Datum BOX3D_back
(
PG_FUNCTION_ARGS
)
Definition at line
892
of file
lwgeom_box3d.c
.
893
{
894
BOX3D
*box1 = PG_GETARG_BOX3D_P(0);
895
BOX3D
*box2 = PG_GETARG_BOX3D_P(1);
896
bool
result
=
BOX3D_back_internal
(box1, box2);
897
PG_RETURN_BOOL(
result
);
898
}
result
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition:
cu_print.c:267
BOX3D_back_internal
bool BOX3D_back_internal(BOX3D *box1, BOX3D *box2)
Definition:
lwgeom_box3d.c:885
BOX3D
Definition:
liblwgeom.h:338
References
BOX3D_back_internal()
, and
result
.
Here is the call graph for this function:
postgis
lwgeom_box3d.h
Generated by
1.9.1