MobilityDB 1.1
Functions
tnpoint_boxops.h File Reference
#include <postgres.h>
#include <utils/palloc.h>
#include <fmgr.h>
#include "general/temporal.h"
#include "npoint/tnpoint.h"
Include dependency graph for tnpoint_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_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Bounding box operators for temporal network points. More...
 
Datum boxop_npoint_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum boxop_stbox_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Generic box function for an stbox and a temporal network point. More...
 
Datum boxop_tnpoint_geo_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum boxop_tnpoint_npoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum boxop_tnpoint_stbox_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Generic box function for a temporal network point and an stbox. More...
 
Datum boxop_tnpoint_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Generic box function for two temporal network points. More...