void posearr_set_stbox(const Datum *values, int count, STBox *box)
Return in the last argument a spatiotemporal box contructed from an array of poses.
Definition: tpose_boxops.c:82
uintptr_t Datum
Definition: postgres_ext_defs.in.h:7
bool pose_set_stbox(const Pose *pose, STBox *box)
Bounding box operators for temporal pose objects.
Definition: tpose_boxops.c:64
void tposeseq_expand_stbox(TSequence *seq, const TInstant *inst)
Expand the bounding box of a temporal pose sequence with an instant.
Definition: tpose_boxops.c:173
void tposeinst_set_stbox(const TInstant *inst, STBox *box)
Set the spatiotemporal box from the temporal pose value.
Definition: tpose_boxops.c:120
void tposeinstarr_set_stbox(const TInstant **instants, int count, STBox *box)
Set the spatiotemporal box from the array of temporal pose values.
Definition: tpose_boxops.c:137