![]() |
MobilityDB 1.3
|
Accessor functions for network point sets. More...
Functions | |
Npoint * | npointset_end_value (const Set *s) |
Return a copy of the end value of a network point set. More... | |
Set * | npointset_routes (const Set *s) |
Return the routes of a network point set. More... | |
Npoint * | npointset_start_value (const Set *s) |
Return a copy of the start value of a network point set. More... | |
bool | npointset_value_n (const Set *s, int n, Npoint **result) |
Return in the last argument a copy of the n-th value of a circular buffer set. More... | |
Npoint ** | npointset_values (const Set *s) |
Return the array of copies of the values of a network point set. More... | |
Accessor functions for network point sets.