MobilityDB 1.1
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

BitMatrixbm
 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 Temporaltemp
 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...
 

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: