MobilityDB 1.1
Functions

Set functions for box types. More...

Collaboration diagram for Set functions:

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...
 
STBoxintersection_stbox_stbox (const STBox *box1, const STBox *box2)
 Return the intersection of the spatiotemporal boxes. More...
 
TBoxintersection_tbox_tbox (const TBox *box1, const TBox *box2)
 Return the intersection of the spatiotemporal boxes. More...
 
STBoxunion_stbox_stbox (const STBox *box1, const STBox *box2, bool strict)
 Return the union of the spatiotemporal boxes. More...
 
TBoxunion_tbox_tbox (const TBox *box1, const TBox *box2)
 Return the union of the temporal boxes. More...
 

Detailed Description

Set functions for box types.