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

Comparison functions for temporal boxes. More...

Functions

int tbox_cmp (const TBox *box1, const TBox *box2)
 Return -1, 0, or 1 depending on whether the first temporal box is less than, equal to, or greater than the second one. More...
 
bool tbox_eq (const TBox *box1, const TBox *box2)
 Return true if two temporal boxes are equal. More...
 
bool tbox_ge (const TBox *box1, const TBox *box2)
 Return true if the first temporal box is greater than or equal to the second one. More...
 
bool tbox_gt (const TBox *box1, const TBox *box2)
 Return true if the first temporal box is greater than the second one. More...
 
bool tbox_le (const TBox *box1, const TBox *box2)
 Return true if the first temporal box is less than or equal to the second one. More...
 
bool tbox_lt (const TBox *box1, const TBox *box2)
 Return true if the first temporal box is less than the second one. More...
 
bool tbox_ne (const TBox *box1, const TBox *box2)
 Return true if two temporal boxes are different. More...
 

Detailed Description

Comparison functions for temporal boxes.