![]() |
MobilityDB 1.3
|
Restriction functions for temporal poses. More...
Functions | |
Temporal * | tpose_at_geom (const Temporal *temp, const GSERIALIZED *gs, const Span *zspan) |
Return a temporal pose restricted to a geometry. More... | |
Temporal * | tpose_at_pose (const Temporal *temp, const Pose *pose) |
Return a temporal pose restricted to a pose. More... | |
Temporal * | tpose_at_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal pose restricted to a geometry. More... | |
Temporal * | tpose_minus_geom (const Temporal *temp, const GSERIALIZED *gs, const Span *zspan) |
Return a temporal point restricted to (the complement of) a geometry. More... | |
Temporal * | tpose_minus_pose (const Temporal *temp, const Pose *pose) |
Return a temporal pose restricted to the complement of a pose. More... | |
Temporal * | tpose_minus_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal point restricted to (the complement of) a geometry. More... | |
Restriction functions for temporal poses.