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

Accessor functions for network point sets. More...

Functions

Npointnpointset_end_value (const Set *s)
 Return a copy of the end value of a network point set. More...
 
Setnpointset_routes (const Set *s)
 Return the routes of a network point set. More...
 
Npointnpointset_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...
 

Detailed Description

Accessor functions for network point sets.