MobilityDB 1.1
|
Struct for storing the state that persists across multiple calls generating a multidimensional grid. More...
#include <tpoint_tile.h>
Data Fields | |
BitMatrix * | bm |
Optional bit matrix for speeding up the computation of the split functions. More... | |
STBox | box |
Bounding box of the grid. More... | |
int | coords [MAXDIMS] |
Coordinates of the current tile. More... | |
bool | done |
True when all tiles have been processed. More... | |
int | i |
Number of current tile. More... | |
double | size |
Size of the x, y, and z dimension. More... | |
TimestampTz | t |
Minimum t value of the current tile. More... | |
const Temporal * | temp |
Optional temporal point to be split. More... | |
int64 | tunits |
Size of the time dimension. More... | |
double | x |
Minimum x value of the current tile. More... | |
double | y |
Minimum y value of the current tile. More... | |
double | z |
Minimum z value of the current tile. More... | |
Struct for storing the state that persists across multiple calls generating a multidimensional grid.