|
◆ stbox_space_tiles()
STBox * stbox_space_tiles |
( |
const STBox * |
bounds, |
|
|
double |
xsize, |
|
|
double |
ysize, |
|
|
double |
zsize, |
|
|
const GSERIALIZED * |
sorigin, |
|
|
bool |
border_inc, |
|
|
int * |
count |
|
) |
| |
|
inline |
Return the spatial grid of a spatiotemporal box.
- Parameters
-
[in] | bounds | Bounds |
[in] | xsize,ysize,zsize | Size of the corresponding dimension |
[in] | sorigin | Origin for the space dimension |
[in] | border_inc | True when the box contains the upper border, otherwise the upper border is assumed as outside of the box. |
[out] | count | Number of values in the output array @csqlfn Stbox_space_tiles() |
|