MobilityDB 1.1
Functions
tpoint_boxops.h File Reference
#include <postgres.h>
#include <utils/palloc.h>
#include <fmgr.h>
#include <catalog/pg_type.h>
#include <liblwgeom.h>
Include dependency graph for tpoint_boxops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Datum boxop_geo_tpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Bounding box operators for temporal points. More...
 
Datum boxop_stbox_tpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Generic bounding box function for a spatiotemporal box and a temporal point. More...
 
Datum boxop_tpoint_geo_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum boxop_tpoint_stbox_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Generic bounding box function for a temporal point and a spatiotemporal box. More...
 
Datum boxop_tpoint_tpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Generic topological function for two temporal points. More...