|
MobilityDB 1.3
|
Accessor functions for pose sets. More...
Functions | |
| Pose * | poseset_end_value (const Set *s) |
| Return a copy of the end value of a pose set. More... | |
| Pose * | poseset_start_value (const Set *s) |
| Return a copy of the start value of a pose set. More... | |
| bool | poseset_value_n (const Set *s, int n, Pose **result) |
| Return in the last argument a copy of the n-th value of a circular buffer set. More... | |
| Pose ** | poseset_values (const Set *s) |
| Return the array of copies of the values of a pose set. More... | |
Accessor functions for pose sets.