MobilityDB 1.1
Macros | Functions
tpoint.h File Reference
#include <postgres.h>
#include <liblwgeom.h>
#include "general/temporal.h"
#include "point/stbox.h"
Include dependency graph for tpoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TYPMOD_DEL_SUBTYPE(typmod)   (typmod = typmod >> 4 )
 Functions for temporal points. More...
 
#define TYPMOD_SET_SUBTYPE(typmod, subtype)   ((typmod) = typmod << 4 | subtype)
 

Functions

GSERIALIZEDgserialized_copy (const GSERIALIZED *g)
 General functions for temporal points. More...
 
Temporaltcomp_tpoint_point (const Temporal *temp, const GSERIALIZED *gs, Datum(*func)(Datum, Datum, meosType, meosType), bool invert)
 Return the temporal comparison of a temporal point and a point. More...
 
void temporalgeom_init ()
 Set the handlers for initializing the liblwgeom library. More...