35#ifndef __TRGEO_UTILS_H__
36#define __TRGEO_UTILS_H__
41#include "temporal/temporal.h"
Definition: postgis_ext_defs.in.h:170
Definition: postgis_ext_defs.in.h:184
Basic functions for static pose objects.
Definition: pose.h:56
int const GSERIALIZED * gs
Definition: trgeo_spatialrels.h:52
double geom_radius(const GSERIALIZED *gs)
Definition: trgeo_utils.c:224
void lwgeom_apply_pose(const Pose *pose, LWGEOM *geom)
Definition: trgeo_utils.c:179
bool ensure_same_geom(const GSERIALIZED *gs1, const GSERIALIZED *gs2)
Ensure that the temporal rigid geometry instants have the same reference geometry.
Definition: trgeo_utils.c:115