|
|
◆ tcbuffer_restrict_stbox()
| Temporal * tcbuffer_restrict_stbox |
( |
const Temporal * |
temp, |
|
|
const STBox * |
box, |
|
|
bool border_inc |
UNUSED, |
|
|
bool |
atfunc |
|
) |
| |
Return a temporal circular buffer restricted to a spatiotemporal box.
- Parameters
-
| [in] | temp | Temporal value |
| [in] | box | Spatiotemporal box |
| [in] | atfunc | True if the restriction is at, false for minus |
| [in] | border_inc | True when the box contains the upper border, otherwise the upper border is assumed as outside of the box. @csqlfn Tcbuffer_at_stbox() |
|