|
◆ tinstarr_compute_bbox()
void tinstarr_compute_bbox |
( |
const TInstant ** |
instants, |
|
|
int |
count, |
|
|
bool |
lower_inc, |
|
|
bool |
upper_inc, |
|
|
interpType |
interp, |
|
|
void * |
box |
|
) |
| |
Set a bounding box from an array of temporal 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 |
|