![]() |
MobilityDB 1.3
|
Topological functions for temporal boxes. More...
Functions | |
bool | adjacent_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if two temporal boxes are adjacent. More... | |
bool | contained_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box is contained in the second one. More... | |
bool | contains_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if the first temporal box contains the second one. More... | |
bool | overlaps_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if two temporal boxes overlap. More... | |
bool | same_tbox_tbox (const TBox *box1, const TBox *box2) |
Return true if two temporal boxes are equal in the common dimensions. More... | |
Topological functions for temporal boxes.