|
MobilityDB 1.1
|
Set functions for box types. More...

Functions | |
| bool | inter_stbox_stbox (const STBox *box1, const STBox *box2, STBox *result) |
| Set a spatiotemporal box with the result of the intersection of the first two boxes. More... | |
| bool | inter_tbox_tbox (const TBox *box1, const TBox *box2, TBox *result) |
| Set a temporal box with the result of the intersection of the first two temporal boxes. More... | |
| STBox * | intersection_stbox_stbox (const STBox *box1, const STBox *box2) |
| Return the intersection of the spatiotemporal boxes. More... | |
| TBox * | intersection_tbox_tbox (const TBox *box1, const TBox *box2) |
| Return the intersection of the spatiotemporal boxes. More... | |
| STBox * | union_stbox_stbox (const STBox *box1, const STBox *box2, bool strict) |
| Return the union of the spatiotemporal boxes. More... | |
| TBox * | union_tbox_tbox (const TBox *box1, const TBox *box2) |
| Return the union of the temporal boxes. More... | |
Set functions for box types.