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

Ever and always comparison functions for temporal network points. More...

Functions

int always_eq_npoint_tnpoint (const Npoint *np, const Temporal *temp)
 Return true if a network point is always equal to a temporal network point. More...
 
int always_eq_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return true if a temporal network point is always equal to a network point. More...
 
int always_eq_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal network points are always equal. More...
 
int always_ne_npoint_tnpoint (const Npoint *np, const Temporal *temp)
 Return true if a network point is always different from a temporal network point. More...
 
int always_ne_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return true if a temporal network point is always different from a network point. More...
 
int always_ne_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal network points are always different. More...
 
int ever_eq_npoint_tnpoint (const Npoint *np, const Temporal *temp)
 Return true if a network point is ever equal to a temporal network point. More...
 
int ever_eq_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return true if a temporal network point is ever equal to a network point. More...
 
int ever_eq_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal network points are ever equal. More...
 
int ever_ne_npoint_tnpoint (const Npoint *np, const Temporal *temp)
 Return true if a network point is ever different from a temporal network point. More...
 
int ever_ne_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return true if a temporal network point is ever different from a network point. More...
 
int ever_ne_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2)
 Return true if two temporal network points are ever different. More...
 

Detailed Description

Ever and always comparison functions for temporal network points.