![]() |
MobilityDB 1.3
|
Go to the source code of this file.
Functions | |
bool | ensure_valid_tpose_geo (const Temporal *temp, const GSERIALIZED *gs) |
General functions for temporal pose objects. More... | |
bool | ensure_valid_tpose_pose (const Temporal *temp, const Pose *pose) |
Ensure the validity of a temporal pose and a pose. More... | |
bool | ensure_valid_tpose_stbox (const Temporal *temp, const STBox *box) |
Ensure the validity of a temporal pose and a spatiotemporal box. More... | |
bool | ensure_valid_tpose_tpose (const Temporal *temp1, const Temporal *temp2) |
Ensure the validity of two temporal poses. More... | |
int | tposesegm_intersection (Datum start1, Datum end1, Datum start2, Datum end2, TimestampTz lower, TimestampTz upper, TimestampTz *t1, TimestampTz *t2) |
int | tposesegm_intersection_value (Datum start, Datum end, Datum value, TimestampTz lower, TimestampTz upper, TimestampTz *t1, TimestampTz *t2) |
Return 1 if a segment of a temporal pose value intersects a pose at the timestamp output in the last argument. More... | |