![]() |
MobilityDB 1.3
|
Position functions for temporal boxes. More...
Functions | |
bool | after_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box is after the second one. More... | |
bool | before_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box is before the second one. More... | |
bool | left_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box is to the left of the second one. More... | |
bool | overafter_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box is not before the second one. More... | |
bool | overbefore_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box is not after the second one. More... | |
bool | overleft_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box does not extend to the right of the second one. More... | |
bool | overright_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box does not extend to the left of the second one. More... | |
bool | right_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box is to the right of the second one. More... | |
Position functions for temporal boxes.