MobilityDB  1.0
Data Fields
STboxGridState Struct Reference

Struct for storing the state that persists across multiple calls generating a multidimensional grid. More...

#include <tpoint_tile.h>

Collaboration diagram for STboxGridState:
Collaboration graph
[legend]

Data Fields

bool done
 True when all the tiles have been processed. More...
 
int i
 Number of current tile. More...
 
double size
 Size of the x, y, and z dimension. More...
 
int64 tunits
 Size of the time dimension. More...
 
STBOX box
 Bounding box of the grid. More...
 
Temporaltemp
 Optional temporal point to be split. More...
 
BitMatrixbm
 Optional bit matrix for speeding up the computation of the split functions. 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...
 
TimestampTz t
 Minimum t value of the current tile. More...
 
int coords [MAXDIMS]
 Coordinates of the current tile. More...
 

Detailed Description

Struct for storing the state that persists across multiple calls generating a multidimensional grid.


The documentation for this struct was generated from the following file: