![]() |
MobilityDB 1.3
|
Accessor functions for temporal poses. More...
Functions | |
Pose * | tpose_end_value (const Temporal *temp) |
Return a copy of the end value of a temporal pose. More... | |
Set * | tpose_points (const Temporal *temp) |
Return the array of points of a temporal pose @csqlfn Tpose_points() More... | |
Temporal * | tpose_rotation (const Temporal *temp) |
Return a the rotation of a temporal pose as a temporal float. More... | |
Pose * | tpose_start_value (const Temporal *temp) |
Return a copy of the start value of a temporal pose. More... | |
GSERIALIZED * | tpose_trajectory (const Temporal *temp) |
Return the trajectory of a temporal pose. More... | |
bool | tpose_value_at_timestamptz (const Temporal *temp, TimestampTz t, bool strict, Pose **value) |
Return the value of a temporal pose at a timestamptz. More... | |
bool | tpose_value_n (const Temporal *temp, int n, Pose **result) |
Return a copy of the n-th value of a temporal pose. More... | |
Pose ** | tpose_values (const Temporal *temp, int *count) |
Return the array of copies of base values of a temporal pose. More... | |
Accessor functions for temporal poses.