MobilityDB 1.3
Loading...
Searching...
No Matches
Data Fields
TboxGridState Struct Reference

Struct for storing the state for tiling operations. More...

#include <temporal_tile.h>

Data Fields

TBox box
 Bounding box. More...
 
int coords [2]
 Coordinates of the current tile. More...
 
bool done
 True when the state is consumed. More...
 
int i
 Current tile number. More...
 
int max_coords [2]
 Maximum coordinates of the tiles. More...
 
int ntiles
 Total number of tiles. More...
 
TimestampTz t
 Current time. More...
 
const Temporaltemp
 Optional temporal number to be split. More...
 
int64 tunits
 Time size. More...
 
Datum value
 Current value. More...
 
Datum vsize
 Value size. More...
 

Detailed Description

Struct for storing the state for tiling operations.


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