![]() |
MobilityDB 1.3
|
Go to the source code of this file.
Functions | |
bool | pose_set_stbox (const Pose *pose, STBox *box) |
Bounding box operators for temporal pose objects. More... | |
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. More... | |
void | tposeinst_set_stbox (const TInstant *inst, STBox *box) |
Set the spatiotemporal box from the temporal pose value. More... | |
void | tposeinstarr_set_stbox (const TInstant **instants, int count, STBox *box) |
Set the spatiotemporal box from the array of temporal pose values. More... | |
void | tposeseq_expand_stbox (TSequence *seq, const TInstant *inst) |
Expand the bounding box of a temporal pose sequence with an instant. More... | |