|
|
◆ tspatialinstarr_set_stbox()
| void tspatialinstarr_set_stbox |
( |
TInstant ** |
instants, |
|
|
int |
count, |
|
|
bool |
lower_inc, |
|
|
bool |
upper_inc, |
|
|
interpType |
interp, |
|
|
void * |
box |
|
) |
| |
Set a bounding box from an array of spatiotemporal instant values.
- Parameters
-
| [in] | instants | Temporal instants |
| [in] | count | Number of elements in the array |
| [in] | lower_inc,upper_inc | Period bounds |
| [in] | interp | Interpolation |
| [out] | box | Bounding box |
|