MobilityDB 1.1
Functions

Topological functions for box types. More...

Collaboration diagram for Topological functions:

Functions

bool adjacent_stbox_stbox (const STBox *box1, const STBox *box2)
 Return true if the spatiotemporal boxes are adjacent. More...
 
bool adjacent_tbox_tbox (const TBox *box1, const TBox *box2)
 Return true if the temporal boxes are adjacent. More...
 
bool contained_stbox_stbox (const STBox *box1, const STBox *box2)
 Return true if the first spatiotemporal box is contained by the second one. More...
 
bool contained_tbox_tbox (const TBox *box1, const TBox *box2)
 Return true if the first temporal box is contained by 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 contains_tbox_tbox (const TBox *box1, const TBox *box2)
 Return true if the first temporal box contains the second one. More...
 
bool overlaps_stbox_stbox (const STBox *box1, const STBox *box2)
 Return true if the spatiotemporal boxes overlap. More...
 
bool overlaps_tbox_tbox (const TBox *box1, const TBox *box2)
 Return true if the temporal boxes overlap. More...
 
bool same_stbox_stbox (const STBox *box1, const STBox *box2)
 Return true if the spatiotemporal boxes are equal on the common dimensions. More...
 
bool same_tbox_tbox (const TBox *box1, const TBox *box2)
 Return true if the temporal boxes are equal on the common dimensions. More...
 

Detailed Description

Topological functions for box types.