![]() |
MobilityDB 1.3
|
Topological functions for spatiotemporal boxes. More...
Functions | |
bool | adjacent_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the spatiotemporal boxes are adjacent. More... | |
bool | contained_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is contained in the second one. More... | |
bool | contains_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box contains the second one. More... | |
bool | overlaps_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the spatiotemporal boxes overlap @csqlfn Overlaps_stbox_stbox() More... | |
bool | same_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the spatiotemporal boxes are equal in the common dimensions. More... | |
Topological functions for spatiotemporal boxes.