MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
trgeo_boxops.c File Reference

Bounding box operators for temporal rigid geometries. More...

#include "rgeo/trgeo_boxops.h"
#include <assert.h>
#include <math.h>
#include <utils/timestamp.h>
#include <liblwgeom.h>
#include <meos_internal.h>
#include <meos_internal_geo.h>
#include "geo/stbox.h"
#include "pose/pose.h"
#include "rgeo/trgeo_inst.h"
#include "rgeo/trgeo_utils.h"

Functions

static void trgeoinst_make_pose_stbox (const TInstant *inst, STBox *box)
 Set the spatiotemporal box from the pose value. More...
 
void trgeoinst_set_stbox (const GSERIALIZED *geom, const TInstant *inst, STBox *box)
 Set the spatiotemporal box from the geometry value. More...
 
void trgeoinstarr_compute_bbox (const GSERIALIZED *geom, const TInstant **instants, int count, interpType interp, void *box)
 Set the bounding box from the array of temporal instant values (dispatch function) More...
 
void trgeoinstarr_rotating_stbox (const GSERIALIZED *geom, const TInstant **instants, int count, STBox *box)
 Set the spatiotemporal box from the array of temporal rigid geometry values. More...
 
void trgeoinstarr_static_stbox (const GSERIALIZED *geom, const TInstant **instants, int count, STBox *box)
 Set the spatiotemporal box from the array of temporal rigid geometry values. More...
 

Detailed Description

Bounding box operators for temporal rigid geometries.