PostGIS
3.4.0dev-r@@SVN_REVISION@@
◆
BOX3D_to_BOX()
Datum BOX3D_to_BOX
(
PG_FUNCTION_ARGS
)
Definition at line
181
of file
lwgeom_box3d.c
.
182
{
183
BOX3D
*in = (
BOX3D
*)PG_GETARG_POINTER(0);
184
BOX *box = palloc(
sizeof
(BOX));
185
186
box3d_to_box_p
(in, box);
187
PG_RETURN_POINTER(box);
188
}
box3d_to_box_p
static void box3d_to_box_p(BOX3D *box, BOX *out)
Definition:
lwgeom_box3d.c:168
BOX3D
Definition:
liblwgeom.h:338
References
box3d_to_box_p()
.
Here is the call graph for this function:
postgis
lwgeom_box3d.h
Generated by
1.9.1