|
MobilityDB 1.3
|
Transformation functions for temporal boxes. More...
Functions | |
| TBox * | tbox_expand_time (const TBox *box, const Interval *interv) |
| Return a temporal box with the time span expanded/decreased by an interval. More... | |
| TBox * | tbox_round (const TBox *box, int maxdd) |
| Return a temporal box with the precision of the value span set to a number of decimal places. More... | |
| TBox * | tbox_shift_scale_time (const TBox *box, const Interval *shift, const Interval *duration) |
| Return a temporal box with the value span shifted and/or scaled by the values. More... | |
| TBox * | tfloatbox_expand (const TBox *box, const double d) |
| Return a temporal box with the value span expanded/decreased by a double. More... | |
| TBox * | tfloatbox_shift_scale (const TBox *box, double shift, double width, bool hasshift, bool haswidth) |
| Return a temporal box with the value span shifted and/or scaled by the values. More... | |
| TBox * | tintbox_expand (const TBox *box, const int i) |
| Return a temporal box with the value span expanded/decreased by an integer. More... | |
| TBox * | tintbox_shift_scale (const TBox *box, int shift, int width, bool hasshift, bool haswidth) |
| Return a temporal box with the value span shifted and/or scaled by the values. More... | |
Transformation functions for temporal boxes.