MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Accessor functions for temporal poses. More...

Functions

Posetpose_end_value (const Temporal *temp)
 Return a copy of the end value of a temporal pose. More...
 
Settpose_points (const Temporal *temp)
 Return the array of points of a temporal pose @csqlfn Tpose_points() More...
 
Temporaltpose_rotation (const Temporal *temp)
 Return a the rotation of a temporal pose as a temporal float. More...
 
Posetpose_start_value (const Temporal *temp)
 Return a copy of the start value of a temporal pose. More...
 
GSERIALIZEDtpose_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...
 

Detailed Description

Accessor functions for temporal poses.