![]() |
MobilityDB 1.3
|
Restriction functions for temporal circular buffers. More...
Functions | |
Temporal * | tcbuffer_at_cbuffer (const Temporal *temp, const Cbuffer *cb) |
Return a temporal circular buffer restricted to a circular buffer. More... | |
Temporal * | tcbuffer_at_geom (const Temporal *temp, const GSERIALIZED *gs) |
Return a temporal circular buffer restricted to a geometry. More... | |
Temporal * | tcbuffer_at_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal circular buffer restricted to a spatiotemporal box. More... | |
Temporal * | tcbuffer_minus_cbuffer (const Temporal *temp, const Cbuffer *cb) |
Return a temporal circular buffer restricted to the complement of a circular buffer. More... | |
Temporal * | tcbuffer_minus_geom (const Temporal *temp, const GSERIALIZED *gs) |
Return a temporal circular buffer restricted to the complement of a geometry. More... | |
Temporal * | tcbuffer_minus_stbox (const Temporal *temp, const STBox *box, bool border_inc) |
Return a temporal circular buffer restricted to the complement of a geometry. More... | |
Restriction functions for temporal circular buffers.